Html Css Color HEX #EF9FE8 Lavender Rose

📋 copy color: '#EF9FE8'

red 239 ◦ green 159 ◦ blue 232

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

Shades of Lavender Rose #EF9FE8

Tints of Lavender Rose #EF9FE8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.24%

 BLUE value IS 232 (91.02% from 255) = 36.83%

R = 37.94%
G = 25.24%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF9FE8 (or 0xEF9FE8) is known color: Lavender Rose. HEX triplet: EF, 9F and E8. RGB value is (239,159,232). Sum of RGB (Red+Green+Blue) = 239+159+232=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FE8 is #106017. Grayscale: #BFBFBF. Windows color (decimal): -1073176 or 15245295. OLE color: 15245295.

HSL color Cylindrical-coordinate representation of color #EF9FE8: hue angle of 305.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FE8 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 232 -
CMYK 0 0.33 0.03 0.06
HSL 305.25º 0.71% 0.78% -
HSV(B) 305.25º 0.33% 0.94% -
XYZ 62.56 48.97 82.5 -
YUV 191.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 239 159 232 0 0.33 0.03 0.06 305.25 0.71 0.78
Hex EF 9F E8 0 21 3 6 131 47 4E
Octal 357 237 350 0 41 3 6 461 107 116
Binary 11101111 10011111 11101000 0 100001 11 110 100110001 1000111 1001110

Color Harmonies of #EF9FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FE8

Black with #EF9FE8

Text Example


Text Example

White with #EF9FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FE8; }

 p { color: rgb(239,159,232); }

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

background-color css

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

 a { background-color: rgb(239,159,232); }

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

border-color css

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

 span { border-color: rgb(239,159,232); }

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