Html Css Color HEX #EF9EDA Lavender Rose

📋 copy color: '#EF9EDA'

red 239 ◦ green 158 ◦ blue 218

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

Shades of Lavender Rose #EF9EDA

Tints of Lavender Rose #EF9EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

 BLUE value IS 218 (85.55% from 255) = 35.45%

R = 38.86%
G = 25.69%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF9EDA (or 0xEF9EDA) is known color: Lavender Rose. HEX triplet: EF, 9E and DA. RGB value is (239,158,218). Sum of RGB (Red+Green+Blue) = 239+158+218=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EDA is #106125. Grayscale: #BCBCBC. Windows color (decimal): -1073446 or 14327535. OLE color: 14327535.

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

Color convert

RGB 239 158 218 -
CMYK 0 0.34 0.09 0.06
HSL 315.56º 0.72% 0.78% -
HSV(B) 315.56º 0.34% 0.94% -
XYZ 60.48 47.87 72.38 -
YUV 189.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 239 158 218 0 0.34 0.09 0.06 315.56 0.72 0.78
Hex EF 9E DA 0 22 9 6 13C 48 4E
Octal 357 236 332 0 42 11 6 474 110 116
Binary 11101111 10011110 11011010 0 100010 1001 110 100111100 1001000 1001110

Color Harmonies of #EF9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9EDA

Black with #EF9EDA

Text Example


Text Example

White with #EF9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9EDA; }

 p { color: rgb(239,158,218); }

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

background-color css

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

 a { background-color: rgb(239,158,218); }

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

border-color css

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

 span { border-color: rgb(239,158,218); }

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