Html Css Color HEX #ED9ADF Lavender Rose

📋 copy color: '#ED9ADF'

red 237 ◦ green 154 ◦ blue 223

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

Shades of Lavender Rose #ED9ADF

Tints of Lavender Rose #ED9ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 38.6%
G = 25.08%
B = 36.32%

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

#ED9ADF (or 0xED9ADF) is known color: Lavender Rose. HEX triplet: ED, 9A and DF. RGB value is (237,154,223). Sum of RGB (Red+Green+Blue) = 237+154+223=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ADF is #126520. Grayscale: #BABABA. Windows color (decimal): -1205537 or 14654189. OLE color: 14654189.

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

Color convert

RGB 237 154 223 -
CMYK 0 0.35 0.06 0.07
HSL 310.12º 0.7% 0.77% -
HSV(B) 310.12º 0.35% 0.93% -
XYZ 59.8 46.44 75.62 -
YUV 186.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 237 154 223 0 0.35 0.06 0.07 310.12 0.7 0.77
Hex ED 9A DF 0 23 6 7 136 46 4D
Octal 355 232 337 0 43 6 7 466 106 115
Binary 11101101 10011010 11011111 0 100011 110 111 100110110 1000110 1001101

Color Harmonies of #ED9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9ADF

Black with #ED9ADF

Text Example


Text Example

White with #ED9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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