Html Css Color HEX #EF9FE6 Lavender Rose

📋 copy color: '#EF9FE6'

red 239 ◦ green 159 ◦ blue 230

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

Shades of Lavender Rose #EF9FE6

Tints of Lavender Rose #EF9FE6

RGB

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

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

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

R = 38.06%
G = 25.32%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF9FE6 (or 0xEF9FE6) is known color: Lavender Rose. HEX triplet: EF, 9F and E6. RGB value is (239,159,230). Sum of RGB (Red+Green+Blue) = 239+159+230=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FE6 is #106019. Grayscale: #BEBEBE. Windows color (decimal): -1073178 or 15114223. OLE color: 15114223.

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

Color convert

RGB 239 159 230 -
CMYK 0 0.33 0.04 0.06
HSL 306.75º 0.71% 0.78% -
HSV(B) 306.75º 0.33% 0.94% -
XYZ 62.28 48.86 81.01 -
YUV 191.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 239 159 230 0 0.33 0.04 0.06 306.75 0.71 0.78
Hex EF 9F E6 0 21 4 6 133 47 4E
Octal 357 237 346 0 41 4 6 463 107 116
Binary 11101111 10011111 11100110 0 100001 100 110 100110011 1000111 1001110

Color Harmonies of #EF9FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FE6

Black with #EF9FE6

Text Example


Text Example

White with #EF9FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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