Html Css Color HEX #EF9FDE Lavender Rose

📋 copy color: '#EF9FDE'

red 239 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #EF9FDE

Tints of Lavender Rose #EF9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 38.55%
G = 25.65%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF9FDE (or 0xEF9FDE) is known color: Lavender Rose. HEX triplet: EF, 9F and DE. RGB value is (239,159,222). Sum of RGB (Red+Green+Blue) = 239+159+222=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FDE is #106021. Grayscale: #BDBDBD. Windows color (decimal): -1073186 or 14589935. OLE color: 14589935.

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

Color convert

RGB 239 159 222 -
CMYK 0 0.33 0.07 0.06
HSL 312.75º 0.71% 0.78% -
HSV(B) 312.75º 0.33% 0.94% -
XYZ 61.18 48.42 75.23 -
YUV 190.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 239 159 222 0 0.33 0.07 0.06 312.75 0.71 0.78
Hex EF 9F DE 0 21 7 6 139 47 4E
Octal 357 237 336 0 41 7 6 471 107 116
Binary 11101111 10011111 11011110 0 100001 111 110 100111001 1000111 1001110

Color Harmonies of #EF9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FDE

Black with #EF9FDE

Text Example


Text Example

White with #EF9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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