Html Css Color HEX #EC96B6 Illusion

📋 copy color: '#EC96B6'

red 236 ◦ green 150 ◦ blue 182

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

Shades of Illusion #EC96B6

Tints of Illusion #EC96B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 41.55%
G = 26.41%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC96B6 (or 0xEC96B6) is known color: Illusion. HEX triplet: EC, 96 and B6. RGB value is (236,150,182). Sum of RGB (Red+Green+Blue) = 236+150+182=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96B6 is #136949. Grayscale: #B3B3B3. Windows color (decimal): -1272138 or 11966188. OLE color: 11966188.

HSL color Cylindrical-coordinate representation of color #EC96B6: hue angle of 337.67º 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 #EC96B6 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 182 -
CMYK 0 0.36 0.23 0.07
HSL 337.67º 0.69% 0.76% -
HSV(B) 337.67º 0.36% 0.93% -
XYZ 53.94 43.02 49.72 -
YUV 179.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 236 150 182 0 0.36 0.23 0.07 337.67 0.69 0.76
Hex EC 96 B6 0 24 17 7 152 45 4C
Octal 354 226 266 0 44 27 7 522 105 114
Binary 11101100 10010110 10110110 0 100100 10111 111 101010010 1000101 1001100

Color Harmonies of #EC96B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96B6

Black with #EC96B6

Text Example


Text Example

White with #EC96B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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