Html Css Color HEX #ED9ADD Lavender Rose

📋 copy color: '#ED9ADD'

red 237 ◦ green 154 ◦ blue 221

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

Shades of Lavender Rose #ED9ADD

Tints of Lavender Rose #ED9ADD

RGB

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

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

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

R = 38.73%
G = 25.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED9ADD (or 0xED9ADD) is known color: Lavender Rose. HEX triplet: ED, 9A and DD. RGB value is (237,154,221). Sum of RGB (Red+Green+Blue) = 237+154+221=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ADD is #126522. Grayscale: #BABABA. Windows color (decimal): -1205539 or 14523117. OLE color: 14523117.

HSL color Cylindrical-coordinate representation of color #ED9ADD: hue angle of 311.57º 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 #ED9ADD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 154 221 -
CMYK 0 0.35 0.07 0.07
HSL 311.57º 0.7% 0.77% -
HSV(B) 311.57º 0.35% 0.93% -
XYZ 59.53 46.34 74.21 -
YUV 186.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 237 154 221 0 0.35 0.07 0.07 311.57 0.7 0.77
Hex ED 9A DD 0 23 7 7 138 46 4D
Octal 355 232 335 0 43 7 7 470 106 115
Binary 11101101 10011010 11011101 0 100011 111 111 100111000 1000110 1001101

Color Harmonies of #ED9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9ADD

Black with #ED9ADD

Text Example


Text Example

White with #ED9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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