Html Css Color HEX #ED99D2 Lavender Rose

📋 copy color: '#ED99D2'

red 237 ◦ green 153 ◦ blue 210

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

Shades of Lavender Rose #ED99D2

Tints of Lavender Rose #ED99D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 39.5%
G = 25.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED99D2 (or 0xED99D2) is known color: Lavender Rose. HEX triplet: ED, 99 and D2. RGB value is (237,153,210). Sum of RGB (Red+Green+Blue) = 237+153+210=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99D2 is #12662D. Grayscale: #B8B8B8. Windows color (decimal): -1205806 or 13801965. OLE color: 13801965.

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

Color convert

RGB 237 153 210 -
CMYK 0 0.35 0.11 0.07
HSL 319.29º 0.7% 0.76% -
HSV(B) 319.29º 0.35% 0.93% -
XYZ 57.95 45.44 66.69 -
YUV 184.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 237 153 210 0 0.35 0.11 0.07 319.29 0.7 0.76
Hex ED 99 D2 0 23 B 7 13F 46 4C
Octal 355 231 322 0 43 13 7 477 106 114
Binary 11101101 10011001 11010010 0 100011 1011 111 100111111 1000110 1001100

Color Harmonies of #ED99D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99D2

Black with #ED99D2

Text Example


Text Example

White with #ED99D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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