Html Css Color HEX #EF96B3 Illusion

📋 copy color: '#EF96B3'

red 239 ◦ green 150 ◦ blue 179

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

Shades of Illusion #EF96B3

Tints of Illusion #EF96B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 42.08%
G = 26.41%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF96B3 (or 0xEF96B3) is known color: Illusion. HEX triplet: EF, 96 and B3. RGB value is (239,150,179). Sum of RGB (Red+Green+Blue) = 239+150+179=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96B3 is #10694C. Grayscale: #B3B3B3. Windows color (decimal): -1075533 or 11769583. OLE color: 11769583.

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

Color convert

RGB 239 150 179 -
CMYK 0 0.37 0.25 0.06
HSL 340.45º 0.74% 0.76% -
HSV(B) 340.45º 0.37% 0.94% -
XYZ 54.64 43.42 48.15 -
YUV 179.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 239 150 179 0 0.37 0.25 0.06 340.45 0.74 0.76
Hex EF 96 B3 0 25 19 6 154 4A 4C
Octal 357 226 263 0 45 31 6 524 112 114
Binary 11101111 10010110 10110011 0 100101 11001 110 101010100 1001010 1001100

Color Harmonies of #EF96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96B3

Black with #EF96B3

Text Example


Text Example

White with #EF96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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