Html Css Color HEX #EF96B7 Illusion

📋 copy color: '#EF96B7'

red 239 ◦ green 150 ◦ blue 183

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

Shades of Illusion #EF96B7

Tints of Illusion #EF96B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.99%

R = 41.78%
G = 26.22%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF96B7 (or 0xEF96B7) is known color: Illusion. HEX triplet: EF, 96 and B7. RGB value is (239,150,183). Sum of RGB (Red+Green+Blue) = 239+150+183=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96B7 is #106948. Grayscale: #B4B4B4. Windows color (decimal): -1075529 or 12031727. OLE color: 12031727.

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

Color convert

RGB 239 150 183 -
CMYK 0 0.37 0.23 0.06
HSL 337.75º 0.74% 0.76% -
HSV(B) 337.75º 0.37% 0.94% -
XYZ 55.05 43.58 50.31 -
YUV 180.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 239 150 183 0 0.37 0.23 0.06 337.75 0.74 0.76
Hex EF 96 B7 0 25 17 6 152 4A 4C
Octal 357 226 267 0 45 27 6 522 112 114
Binary 11101111 10010110 10110111 0 100101 10111 110 101010010 1001010 1001100

Color Harmonies of #EF96B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96B7

Black with #EF96B7

Text Example


Text Example

White with #EF96B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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