Html Css Color HEX #EF96AC Illusion

📋 copy color: '#EF96AC'

red 239 ◦ green 150 ◦ blue 172

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

Shades of Illusion #EF96AC

Tints of Illusion #EF96AC

RGB

 RED value IS 239 (93.75% from 255) = 42.6%

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

 BLUE value IS 172 (67.58% from 255) = 30.66%

R = 42.6%
G = 26.74%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF96AC (or 0xEF96AC) is known color: Illusion. HEX triplet: EF, 96 and AC. RGB value is (239,150,172). Sum of RGB (Red+Green+Blue) = 239+150+172=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96AC is #106953. Grayscale: #B3B3B3. Windows color (decimal): -1075540 or 11310831. OLE color: 11310831.

HSL color Cylindrical-coordinate representation of color #EF96AC: hue angle of 345.17º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96AC is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 172 -
CMYK 0 0.37 0.28 0.06
HSL 345.17º 0.74% 0.76% -
HSV(B) 345.17º 0.37% 0.94% -
XYZ 53.95 43.14 44.51 -
YUV 179.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 239 150 172 0 0.37 0.28 0.06 345.17 0.74 0.76
Hex EF 96 AC 0 25 1C 6 159 4A 4C
Octal 357 226 254 0 45 34 6 531 112 114
Binary 11101111 10010110 10101100 0 100101 11100 110 101011001 1001010 1001100

Color Harmonies of #EF96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96AC

Black with #EF96AC

Text Example


Text Example

White with #EF96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96AC; }

 p { color: rgb(239,150,172); }

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

background-color css

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

 a { background-color: rgb(239,150,172); }

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

border-color css

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

 span { border-color: rgb(239,150,172); }

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