Html Css Color HEX #EF96B2 Illusion

📋 copy color: '#EF96B2'

red 239 ◦ green 150 ◦ blue 178

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

Shades of Illusion #EF96B2

Tints of Illusion #EF96B2

RGB

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

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

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

R = 42.15%
G = 26.46%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF96B2 (or 0xEF96B2) is known color: Illusion. HEX triplet: EF, 96 and B2. RGB value is (239,150,178). Sum of RGB (Red+Green+Blue) = 239+150+178=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96B2 is #10694D. Grayscale: #B3B3B3. Windows color (decimal): -1075534 or 11704047. OLE color: 11704047.

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

Color convert

RGB 239 150 178 -
CMYK 0 0.37 0.26 0.06
HSL 341.12º 0.74% 0.76% -
HSV(B) 341.12º 0.37% 0.94% -
XYZ 54.54 43.38 47.62 -
YUV 179.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 239 150 178 0 0.37 0.26 0.06 341.12 0.74 0.76
Hex EF 96 B2 0 25 1A 6 155 4A 4C
Octal 357 226 262 0 45 32 6 525 112 114
Binary 11101111 10010110 10110010 0 100101 11010 110 101010101 1001010 1001100

Color Harmonies of #EF96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96B2

Black with #EF96B2

Text Example


Text Example

White with #EF96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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