Html Css Color HEX #ED98D2 Lavender Rose

📋 copy color: '#ED98D2'

red 237 ◦ green 152 ◦ blue 210

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

Shades of Lavender Rose #ED98D2

Tints of Lavender Rose #ED98D2

RGB

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

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

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

R = 39.57%
G = 25.38%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED98D2 (or 0xED98D2) is known color: Lavender Rose. HEX triplet: ED, 98 and D2. RGB value is (237,152,210). Sum of RGB (Red+Green+Blue) = 237+152+210=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98D2 is #12672D. Grayscale: #B7B7B7. Windows color (decimal): -1206062 or 13801709. OLE color: 13801709.

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

Color convert

RGB 237 152 210 -
CMYK 0 0.36 0.11 0.07
HSL 319.06º 0.7% 0.76% -
HSV(B) 319.06º 0.36% 0.93% -
XYZ 57.79 45.11 66.64 -
YUV 184.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 237 152 210 0 0.36 0.11 0.07 319.06 0.7 0.76
Hex ED 98 D2 0 24 B 7 13F 46 4C
Octal 355 230 322 0 44 13 7 477 106 114
Binary 11101101 10011000 11010010 0 100100 1011 111 100111111 1000110 1001100

Color Harmonies of #ED98D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98D2

Black with #ED98D2

Text Example


Text Example

White with #ED98D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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