Html Css Color HEX #ED99D6 Lavender Rose

📋 copy color: '#ED99D6'

red 237 ◦ green 153 ◦ blue 214

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

Shades of Lavender Rose #ED99D6

Tints of Lavender Rose #ED99D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 39.24%
G = 25.33%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED99D6 (or 0xED99D6) is known color: Lavender Rose. HEX triplet: ED, 99 and D6. RGB value is (237,153,214). Sum of RGB (Red+Green+Blue) = 237+153+214=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99D6 is #126629. Grayscale: #B8B8B8. Windows color (decimal): -1205802 or 14064109. OLE color: 14064109.

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

Color convert

RGB 237 153 214 -
CMYK 0 0.35 0.10 0.07
HSL 316.43º 0.7% 0.76% -
HSV(B) 316.43º 0.35% 0.93% -
XYZ 58.45 45.64 69.35 -
YUV 185.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 237 153 214 0 0.35 0.10 0.07 316.43 0.7 0.76
Hex ED 99 D6 0 23 A 7 13C 46 4C
Octal 355 231 326 0 43 12 7 474 106 114
Binary 11101101 10011001 11010110 0 100011 1010 111 100111100 1000110 1001100

Color Harmonies of #ED99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99D6

Black with #ED99D6

Text Example


Text Example

White with #ED99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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