Html Css Color HEX #EF9ADD Lavender Rose

📋 copy color: '#EF9ADD'

red 239 ◦ green 154 ◦ blue 221

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

Shades of Lavender Rose #EF9ADD

Tints of Lavender Rose #EF9ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 38.93%
G = 25.08%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF9ADD (or 0xEF9ADD) is known color: Lavender Rose. HEX triplet: EF, 9A and DD. RGB value is (239,154,221). Sum of RGB (Red+Green+Blue) = 239+154+221=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ADD is #106522. Grayscale: #BABABA. Windows color (decimal): -1074467 or 14523119. OLE color: 14523119.

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

Color convert

RGB 239 154 221 -
CMYK 0 0.36 0.08 0.06
HSL 312.71º 0.73% 0.77% -
HSV(B) 312.71º 0.36% 0.94% -
XYZ 60.2 46.68 74.24 -
YUV 187.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 239 154 221 0 0.36 0.08 0.06 312.71 0.73 0.77
Hex EF 9A DD 0 24 8 6 139 49 4D
Octal 357 232 335 0 44 10 6 471 111 115
Binary 11101111 10011010 11011101 0 100100 1000 110 100111001 1001001 1001101

Color Harmonies of #EF9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9ADD

Black with #EF9ADD

Text Example


Text Example

White with #EF9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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