Html Css Color HEX #EC7494 Carissma

📋 copy color: '#EC7494'

red 236 ◦ green 116 ◦ blue 148

#EC7494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EC7494

Tints of Carissma #EC7494

RGB

 RED value IS 236 (92.58% from 255) = 47.2%

 GREEN value IS 116 (45.7% from 255) = 23.2%

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 47.2%
G = 23.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC7494 (or 0xEC7494) is known color: Carissma. HEX triplet: EC, 74 and 94. RGB value is (236,116,148). Sum of RGB (Red+Green+Blue) = 236+116+148=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7494 is #138B6B. Grayscale: #9B9B9B. Windows color (decimal): -1280876 or 9729260. OLE color: 9729260.

HSL color Cylindrical-coordinate representation of color #EC7494: hue angle of 344º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7494 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 148 -
CMYK 0 0.51 0.37 0.07
HSL 344º 0.76% 0.69% -
HSV(B) 344º 0.51% 0.93% -
XYZ 46.18 32.46 31.85 -
YUV 155.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 236 116 148 0 0.51 0.37 0.07 344 0.76 0.69
Hex EC 74 94 0 33 25 7 158 4C 45
Octal 354 164 224 0 63 45 7 530 114 105
Binary 11101100 1110100 10010100 0 110011 100101 111 101011000 1001100 1000101

Color Harmonies of #EC7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7494

Black with #EC7494

Text Example


Text Example

White with #EC7494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7494; }

 p { color: rgb(236,116,148); }

 H1.HeaderClassName
 {
   color: #EC7494;
 }
 .AnyTagClassName
 {
   color: #EC7494;
 }
</style>

background-color css

<style>
 a { background-color: #EC7494; }

 a { background-color: rgb(236,116,148); }

 div.DivClassName
 {
   background-color: #EC7494;
 }
 .BgClassName
 {
   background-color: #EC7494;
 }
</style>

border-color css

<style>
 span { border-color: #EC7494; }

 span { border-color: rgb(236,116,148); }

 td.TdClassName
 {
   border-color: #EC7494;
 }
 .TagClassName
 {
   border-color: #EC7494;
 }
</style>