Html Css Color HEX #EDA5DA Lavender Rose

📋 copy color: '#EDA5DA'

red 237 ◦ green 165 ◦ blue 218

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

Shades of Lavender Rose #EDA5DA

Tints of Lavender Rose #EDA5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.61%

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

R = 38.23%
G = 26.61%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDA5DA (or 0xEDA5DA) is known color: Lavender Rose. HEX triplet: ED, A5 and DA. RGB value is (237,165,218). Sum of RGB (Red+Green+Blue) = 237+165+218=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5DA is #125A25. Grayscale: #C0C0C0. Windows color (decimal): -1202726 or 14329325. OLE color: 14329325.

HSL color Cylindrical-coordinate representation of color #EDA5DA: hue angle of 315.83º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5DA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 218 -
CMYK 0 0.30 0.08 0.07
HSL 315.83º 0.67% 0.79% -
HSV(B) 315.83º 0.3% 0.93% -
XYZ 61.04 49.98 72.76 -
YUV 192.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 237 165 218 0 0.30 0.08 0.07 315.83 0.67 0.79
Hex ED A5 DA 0 1E 8 7 13C 43 4F
Octal 355 245 332 0 36 10 7 474 103 117
Binary 11101101 10100101 11011010 0 11110 1000 111 100111100 1000011 1001111

Color Harmonies of #EDA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5DA

Black with #EDA5DA

Text Example


Text Example

White with #EDA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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