Html Css Color HEX #ED99DC Lavender Rose

📋 copy color: '#ED99DC'

red 237 ◦ green 153 ◦ blue 220

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

Shades of Lavender Rose #ED99DC

Tints of Lavender Rose #ED99DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.08%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 38.85%
G = 25.08%
B = 36.07%

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

#ED99DC (or 0xED99DC) is known color: Lavender Rose. HEX triplet: ED, 99 and DC. RGB value is (237,153,220). Sum of RGB (Red+Green+Blue) = 237+153+220=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99DC is #126623. Grayscale: #B9B9B9. Windows color (decimal): -1205796 or 14457325. OLE color: 14457325.

HSL color Cylindrical-coordinate representation of color #ED99DC: hue angle of 312.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99DC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 220 -
CMYK 0 0.35 0.07 0.07
HSL 312.14º 0.7% 0.76% -
HSV(B) 312.14º 0.35% 0.93% -
XYZ 59.23 45.95 73.46 -
YUV 185.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 237 153 220 0 0.35 0.07 0.07 312.14 0.7 0.76
Hex ED 99 DC 0 23 7 7 138 46 4C
Octal 355 231 334 0 43 7 7 470 106 114
Binary 11101101 10011001 11011100 0 100011 111 111 100111000 1000110 1001100

Color Harmonies of #ED99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99DC

Black with #ED99DC

Text Example


Text Example

White with #ED99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99DC; }

 p { color: rgb(237,153,220); }

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

background-color css

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

 a { background-color: rgb(237,153,220); }

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

border-color css

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

 span { border-color: rgb(237,153,220); }

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