Html Css Color HEX #EC96B2 Illusion

📋 copy color: '#EC96B2'

red 236 ◦ green 150 ◦ blue 178

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

Shades of Illusion #EC96B2

Tints of Illusion #EC96B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 41.84%
G = 26.6%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC96B2 (or 0xEC96B2) is known color: Illusion. HEX triplet: EC, 96 and B2. RGB value is (236,150,178). Sum of RGB (Red+Green+Blue) = 236+150+178=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC96B2 is #13694D. Grayscale: #B2B2B2. Windows color (decimal): -1272142 or 11704044. OLE color: 11704044.

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

Color convert

RGB 236 150 178 -
CMYK 0 0.36 0.25 0.07
HSL 340.47º 0.69% 0.76% -
HSV(B) 340.47º 0.36% 0.93% -
XYZ 53.53 42.86 47.57 -
YUV 178.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 236 150 178 0 0.36 0.25 0.07 340.47 0.69 0.76
Hex EC 96 B2 0 24 19 7 154 45 4C
Octal 354 226 262 0 44 31 7 524 105 114
Binary 11101100 10010110 10110010 0 100100 11001 111 101010100 1000101 1001100

Color Harmonies of #EC96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96B2

Black with #EC96B2

Text Example


Text Example

White with #EC96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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