Html Css Color HEX #EF9FE0 Lavender Rose

📋 copy color: '#EF9FE0'

red 239 ◦ green 159 ◦ blue 224

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

Shades of Lavender Rose #EF9FE0

Tints of Lavender Rose #EF9FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 38.42%
G = 25.56%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF9FE0 (or 0xEF9FE0) is known color: Lavender Rose. HEX triplet: EF, 9F and E0. RGB value is (239,159,224). Sum of RGB (Red+Green+Blue) = 239+159+224=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FE0 is #10601F. Grayscale: #BEBEBE. Windows color (decimal): -1073184 or 14721007. OLE color: 14721007.

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

Color convert

RGB 239 159 224 -
CMYK 0 0.33 0.06 0.06
HSL 311.25º 0.71% 0.78% -
HSV(B) 311.25º 0.33% 0.94% -
XYZ 61.45 48.53 76.65 -
YUV 190.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 239 159 224 0 0.33 0.06 0.06 311.25 0.71 0.78
Hex EF 9F E0 0 21 6 6 137 47 4E
Octal 357 237 340 0 41 6 6 467 107 116
Binary 11101111 10011111 11100000 0 100001 110 110 100110111 1000111 1001110

Color Harmonies of #EF9FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FE0

Black with #EF9FE0

Text Example


Text Example

White with #EF9FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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