Html Css Color HEX #ED9AD7 Lavender Rose

📋 copy color: '#ED9AD7'

red 237 ◦ green 154 ◦ blue 215

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

Shades of Lavender Rose #ED9AD7

Tints of Lavender Rose #ED9AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 39.11%
G = 25.41%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED9AD7 (or 0xED9AD7) is known color: Lavender Rose. HEX triplet: ED, 9A and D7. RGB value is (237,154,215). Sum of RGB (Red+Green+Blue) = 237+154+215=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AD7 is #126528. Grayscale: #B9B9B9. Windows color (decimal): -1205545 or 14129901. OLE color: 14129901.

HSL color Cylindrical-coordinate representation of color #ED9AD7: hue angle of 315.9º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AD7 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 154 215 -
CMYK 0 0.35 0.09 0.07
HSL 315.9º 0.7% 0.77% -
HSV(B) 315.9º 0.35% 0.93% -
XYZ 58.75 46.02 70.08 -
YUV 185.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 237 154 215 0 0.35 0.09 0.07 315.9 0.7 0.77
Hex ED 9A D7 0 23 9 7 13C 46 4D
Octal 355 232 327 0 43 11 7 474 106 115
Binary 11101101 10011010 11010111 0 100011 1001 111 100111100 1000110 1001101

Color Harmonies of #ED9AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AD7

Black with #ED9AD7

Text Example


Text Example

White with #ED9AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AD7; }

 p { color: rgb(237,154,215); }

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

background-color css

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

 a { background-color: rgb(237,154,215); }

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

border-color css

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

 span { border-color: rgb(237,154,215); }

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