Html Css Color HEX #ED9ADE Lavender Rose

📋 copy color: '#ED9ADE'

red 237 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #ED9ADE

Tints of Lavender Rose #ED9ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 38.66%
G = 25.12%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED9ADE (or 0xED9ADE) is known color: Lavender Rose. HEX triplet: ED, 9A and DE. RGB value is (237,154,222). Sum of RGB (Red+Green+Blue) = 237+154+222=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ADE is #126521. Grayscale: #BABABA. Windows color (decimal): -1205538 or 14588653. OLE color: 14588653.

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

Color convert

RGB 237 154 222 -
CMYK 0 0.35 0.06 0.07
HSL 310.84º 0.7% 0.77% -
HSV(B) 310.84º 0.35% 0.93% -
XYZ 59.67 46.39 74.92 -
YUV 186.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 237 154 222 0 0.35 0.06 0.07 310.84 0.7 0.77
Hex ED 9A DE 0 23 6 7 137 46 4D
Octal 355 232 336 0 43 6 7 467 106 115
Binary 11101101 10011010 11011110 0 100011 110 111 100110111 1000110 1001101

Color Harmonies of #ED9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9ADE

Black with #ED9ADE

Text Example


Text Example

White with #ED9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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