Html Css Color HEX #EF96AB Illusion

📋 copy color: '#EF96AB'

red 239 ◦ green 150 ◦ blue 171

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

Shades of Illusion #EF96AB

Tints of Illusion #EF96AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 42.68%
G = 26.79%
B = 30.54%

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

#EF96AB (or 0xEF96AB) is known color: Illusion. HEX triplet: EF, 96 and AB. RGB value is (239,150,171). Sum of RGB (Red+Green+Blue) = 239+150+171=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96AB is #106954. Grayscale: #B3B3B3. Windows color (decimal): -1075541 or 11245295. OLE color: 11245295.

HSL color Cylindrical-coordinate representation of color #EF96AB: hue angle of 345.84º 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 #EF96AB is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 171 -
CMYK 0 0.37 0.28 0.06
HSL 345.84º 0.74% 0.76% -
HSV(B) 345.84º 0.37% 0.94% -
XYZ 53.85 43.1 44.01 -
YUV 179.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 239 150 171 0 0.37 0.28 0.06 345.84 0.74 0.76
Hex EF 96 AB 0 25 1C 6 15A 4A 4C
Octal 357 226 253 0 45 34 6 532 112 114
Binary 11101111 10010110 10101011 0 100101 11100 110 101011010 1001010 1001100

Color Harmonies of #EF96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96AB

Black with #EF96AB

Text Example


Text Example

White with #EF96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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