Html Css Color HEX #ED98DD Lavender Rose

📋 copy color: '#ED98DD'

red 237 ◦ green 152 ◦ blue 221

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

Shades of Lavender Rose #ED98DD

Tints of Lavender Rose #ED98DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.92%

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 38.85%
G = 24.92%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED98DD (or 0xED98DD) is known color: Lavender Rose. HEX triplet: ED, 98 and DD. RGB value is (237,152,221). Sum of RGB (Red+Green+Blue) = 237+152+221=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98DD is #126722. Grayscale: #B9B9B9. Windows color (decimal): -1206051 or 14522605. OLE color: 14522605.

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

Color convert

RGB 237 152 221 -
CMYK 0 0.36 0.07 0.07
HSL 311.29º 0.7% 0.76% -
HSV(B) 311.29º 0.36% 0.93% -
XYZ 59.2 45.68 74.1 -
YUV 185.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 237 152 221 0 0.36 0.07 0.07 311.29 0.7 0.76
Hex ED 98 DD 0 24 7 7 137 46 4C
Octal 355 230 335 0 44 7 7 467 106 114
Binary 11101101 10011000 11011101 0 100100 111 111 100110111 1000110 1001100

Color Harmonies of #ED98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98DD

Black with #ED98DD

Text Example


Text Example

White with #ED98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98DD; }

 p { color: rgb(237,152,221); }

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

background-color css

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

 a { background-color: rgb(237,152,221); }

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

border-color css

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

 span { border-color: rgb(237,152,221); }

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