Html Css Color HEX #EDA4DA Lavender Rose

📋 copy color: '#EDA4DA'

red 237 ◦ green 164 ◦ blue 218

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

Shades of Lavender Rose #EDA4DA

Tints of Lavender Rose #EDA4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.49%

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

R = 38.29%
G = 26.49%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDA4DA (or 0xEDA4DA) is known color: Lavender Rose. HEX triplet: ED, A4 and DA. RGB value is (237,164,218). Sum of RGB (Red+Green+Blue) = 237+164+218=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4DA is #125B25. Grayscale: #BFBFBF. Windows color (decimal): -1202982 or 14329069. OLE color: 14329069.

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

Color convert

RGB 237 164 218 -
CMYK 0 0.31 0.08 0.07
HSL 315.62º 0.67% 0.79% -
HSV(B) 315.62º 0.31% 0.93% -
XYZ 60.86 49.62 72.7 -
YUV 191.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 237 164 218 0 0.31 0.08 0.07 315.62 0.67 0.79
Hex ED A4 DA 0 1F 8 7 13C 43 4F
Octal 355 244 332 0 37 10 7 474 103 117
Binary 11101101 10100100 11011010 0 11111 1000 111 100111100 1000011 1001111

Color Harmonies of #EDA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4DA

Black with #EDA4DA

Text Example


Text Example

White with #EDA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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