Html Css Color HEX #EC96B4 Illusion

📋 copy color: '#EC96B4'

red 236 ◦ green 150 ◦ blue 180

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

Shades of Illusion #EC96B4

Tints of Illusion #EC96B4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.5%

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 41.7%
G = 26.5%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC96B4 (or 0xEC96B4) is known color: Illusion. HEX triplet: EC, 96 and B4. RGB value is (236,150,180). Sum of RGB (Red+Green+Blue) = 236+150+180=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96B4 is #13694B. Grayscale: #B3B3B3. Windows color (decimal): -1272140 or 11835116. OLE color: 11835116.

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

Color convert

RGB 236 150 180 -
CMYK 0 0.36 0.24 0.07
HSL 339.07º 0.69% 0.76% -
HSV(B) 339.07º 0.36% 0.93% -
XYZ 53.74 42.94 48.64 -
YUV 179.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 236 150 180 0 0.36 0.24 0.07 339.07 0.69 0.76
Hex EC 96 B4 0 24 18 7 153 45 4C
Octal 354 226 264 0 44 30 7 523 105 114
Binary 11101100 10010110 10110100 0 100100 11000 111 101010011 1000101 1001100

Color Harmonies of #EC96B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96B4

Black with #EC96B4

Text Example


Text Example

White with #EC96B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96B4; }

 p { color: rgb(236,150,180); }

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

background-color css

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

 a { background-color: rgb(236,150,180); }

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

border-color css

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

 span { border-color: rgb(236,150,180); }

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