Html Css Color HEX #EDA1DD Lavender Rose

📋 copy color: '#EDA1DD'

red 237 ◦ green 161 ◦ blue 221

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

Shades of Lavender Rose #EDA1DD

Tints of Lavender Rose #EDA1DD

RGB

 RED value IS 237 (92.97% from 255) = 38.29%

 GREEN value IS 161 (63.28% from 255) = 26.01%

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

R = 38.29%
G = 26.01%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDA1DD (or 0xEDA1DD) is known color: Lavender Rose. HEX triplet: ED, A1 and DD. RGB value is (237,161,221). Sum of RGB (Red+Green+Blue) = 237+161+221=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DD is #125E22. Grayscale: #BEBEBE. Windows color (decimal): -1203747 or 14524909. OLE color: 14524909.

HSL color Cylindrical-coordinate representation of color #EDA1DD: hue angle of 312.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1DD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 221 -
CMYK 0 0.32 0.07 0.07
HSL 312.63º 0.68% 0.78% -
HSV(B) 312.63º 0.32% 0.93% -
XYZ 60.72 48.71 74.61 -
YUV 190.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 237 161 221 0 0.32 0.07 0.07 312.63 0.68 0.78
Hex ED A1 DD 0 20 7 7 139 44 4E
Octal 355 241 335 0 40 7 7 471 104 116
Binary 11101101 10100001 11011101 0 100000 111 111 100111001 1000100 1001110

Color Harmonies of #EDA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA1DD

Black with #EDA1DD

Text Example


Text Example

White with #EDA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA1DD; }

 p { color: rgb(237,161,221); }

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

background-color css

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

 a { background-color: rgb(237,161,221); }

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

border-color css

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

 span { border-color: rgb(237,161,221); }

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