Html Css Color HEX #EF9ADE Lavender Rose

📋 copy color: '#EF9ADE'

red 239 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #EF9ADE

Tints of Lavender Rose #EF9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

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

R = 38.86%
G = 25.04%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF9ADE (or 0xEF9ADE) is known color: Lavender Rose. HEX triplet: EF, 9A and DE. RGB value is (239,154,222). Sum of RGB (Red+Green+Blue) = 239+154+222=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ADE is #106521. Grayscale: #BABABA. Windows color (decimal): -1074466 or 14588655. OLE color: 14588655.

HSL color Cylindrical-coordinate representation of color #EF9ADE: hue angle of 312º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9ADE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 222 -
CMYK 0 0.36 0.07 0.06
HSL 312º 0.73% 0.77% -
HSV(B) 312º 0.36% 0.94% -
XYZ 60.34 46.74 74.95 -
YUV 187.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 239 154 222 0 0.36 0.07 0.06 312 0.73 0.77
Hex EF 9A DE 0 24 7 6 138 49 4D
Octal 357 232 336 0 44 7 6 470 111 115
Binary 11101111 10011010 11011110 0 100100 111 110 100111000 1001001 1001101

Color Harmonies of #EF9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9ADE

Black with #EF9ADE

Text Example


Text Example

White with #EF9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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