Html Css Color HEX #ED99DE Lavender Rose

📋 copy color: '#ED99DE'

red 237 ◦ green 153 ◦ blue 222

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

Shades of Lavender Rose #ED99DE

Tints of Lavender Rose #ED99DE

RGB

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

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

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

R = 38.73%
G = 25%
B = 36.27%

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

#ED99DE (or 0xED99DE) is known color: Lavender Rose. HEX triplet: ED, 99 and DE. RGB value is (237,153,222). Sum of RGB (Red+Green+Blue) = 237+153+222=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99DE is #126621. Grayscale: #B9B9B9. Windows color (decimal): -1205794 or 14588397. OLE color: 14588397.

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

Color convert

RGB 237 153 222 -
CMYK 0 0.35 0.06 0.07
HSL 310.71º 0.7% 0.76% -
HSV(B) 310.71º 0.35% 0.93% -
XYZ 59.5 46.06 74.86 -
YUV 185.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 237 153 222 0 0.35 0.06 0.07 310.71 0.7 0.76
Hex ED 99 DE 0 23 6 7 137 46 4C
Octal 355 231 336 0 43 6 7 467 106 114
Binary 11101101 10011001 11011110 0 100011 110 111 100110111 1000110 1001100

Color Harmonies of #ED99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99DE

Black with #ED99DE

Text Example


Text Example

White with #ED99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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