Html Css Color HEX #EDA9DA Lavender Rose

📋 copy color: '#EDA9DA'

red 237 ◦ green 169 ◦ blue 218

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

Shades of Lavender Rose #EDA9DA

Tints of Lavender Rose #EDA9DA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.08%

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

R = 37.98%
G = 27.08%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDA9DA (or 0xEDA9DA) is known color: Lavender Rose. HEX triplet: ED, A9 and DA. RGB value is (237,169,218). Sum of RGB (Red+Green+Blue) = 237+169+218=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9DA is #125625. Grayscale: #C2C2C2. Windows color (decimal): -1201702 or 14330349. OLE color: 14330349.

HSL color Cylindrical-coordinate representation of color #EDA9DA: hue angle of 316.76º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9DA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 218 -
CMYK 0 0.29 0.08 0.07
HSL 316.76º 0.65% 0.8% -
HSV(B) 316.76º 0.29% 0.93% -
XYZ 61.77 51.44 73 -
YUV 194.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 237 169 218 0 0.29 0.08 0.07 316.76 0.65 0.8
Hex ED A9 DA 0 1D 8 7 13D 41 50
Octal 355 251 332 0 35 10 7 475 101 120
Binary 11101101 10101001 11011010 0 11101 1000 111 100111101 1000001 1010000

Color Harmonies of #EDA9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9DA

Black with #EDA9DA

Text Example


Text Example

White with #EDA9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9DA; }

 p { color: rgb(237,169,218); }

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

background-color css

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

 a { background-color: rgb(237,169,218); }

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

border-color css

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

 span { border-color: rgb(237,169,218); }

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