Html Css Color HEX #EF96E6 Lavender Rose

📋 copy color: '#EF96E6'

red 239 ◦ green 150 ◦ blue 230

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

Shades of Lavender Rose #EF96E6

Tints of Lavender Rose #EF96E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.16%

R = 38.61%
G = 24.23%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF96E6 (or 0xEF96E6) is known color: Lavender Rose. HEX triplet: EF, 96 and E6. RGB value is (239,150,230). Sum of RGB (Red+Green+Blue) = 239+150+230=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96E6 is #106919. Grayscale: #B9B9B9. Windows color (decimal): -1075482 or 15111919. OLE color: 15111919.

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

Color convert

RGB 239 150 230 -
CMYK 0 0.37 0.04 0.06
HSL 306.07º 0.74% 0.76% -
HSV(B) 306.07º 0.37% 0.94% -
XYZ 60.79 45.88 80.51 -
YUV 185.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 239 150 230 0 0.37 0.04 0.06 306.07 0.74 0.76
Hex EF 96 E6 0 25 4 6 132 4A 4C
Octal 357 226 346 0 45 4 6 462 112 114
Binary 11101111 10010110 11100110 0 100101 100 110 100110010 1001010 1001100

Color Harmonies of #EF96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96E6

Black with #EF96E6

Text Example


Text Example

White with #EF96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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