Html Css Color HEX #ED9EDF Lavender Rose

📋 copy color: '#ED9EDF'

red 237 ◦ green 158 ◦ blue 223

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

Shades of Lavender Rose #ED9EDF

Tints of Lavender Rose #ED9EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.57%

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

R = 38.35%
G = 25.57%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED9EDF (or 0xED9EDF) is known color: Lavender Rose. HEX triplet: ED, 9E and DF. RGB value is (237,158,223). Sum of RGB (Red+Green+Blue) = 237+158+223=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EDF is #126120. Grayscale: #BCBCBC. Windows color (decimal): -1204513 or 14655213. OLE color: 14655213.

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

Color convert

RGB 237 158 223 -
CMYK 0 0.33 0.06 0.07
HSL 310.63º 0.69% 0.77% -
HSV(B) 310.63º 0.33% 0.93% -
XYZ 60.47 47.79 75.85 -
YUV 189.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 237 158 223 0 0.33 0.06 0.07 310.63 0.69 0.77
Hex ED 9E DF 0 21 6 7 137 45 4D
Octal 355 236 337 0 41 6 7 467 105 115
Binary 11101101 10011110 11011111 0 100001 110 111 100110111 1000101 1001101

Color Harmonies of #ED9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EDF

Black with #ED9EDF

Text Example


Text Example

White with #ED9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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