Html Css Color HEX #ED9FDF Lavender Rose

📋 copy color: '#ED9FDF'

red 237 ◦ green 159 ◦ blue 223

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

Shades of Lavender Rose #ED9FDF

Tints of Lavender Rose #ED9FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.69%

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

R = 38.29%
G = 25.69%
B = 36.03%

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

#ED9FDF (or 0xED9FDF) is known color: Lavender Rose. HEX triplet: ED, 9F and DF. RGB value is (237,159,223). Sum of RGB (Red+Green+Blue) = 237+159+223=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FDF is #126020. Grayscale: #BDBDBD. Windows color (decimal): -1204257 or 14655469. OLE color: 14655469.

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

Color convert

RGB 237 159 223 -
CMYK 0 0.33 0.06 0.07
HSL 310.77º 0.68% 0.78% -
HSV(B) 310.77º 0.33% 0.93% -
XYZ 60.64 48.13 75.91 -
YUV 189.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 237 159 223 0 0.33 0.06 0.07 310.77 0.68 0.78
Hex ED 9F DF 0 21 6 7 137 44 4E
Octal 355 237 337 0 41 6 7 467 104 116
Binary 11101101 10011111 11011111 0 100001 110 111 100110111 1000100 1001110

Color Harmonies of #ED9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FDF

Black with #ED9FDF

Text Example


Text Example

White with #ED9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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