Html Css Color HEX #ED98D5 Lavender Rose

📋 copy color: '#ED98D5'

red 237 ◦ green 152 ◦ blue 213

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

Shades of Lavender Rose #ED98D5

Tints of Lavender Rose #ED98D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.38%

R = 39.37%
G = 25.25%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED98D5 (or 0xED98D5) is known color: Lavender Rose. HEX triplet: ED, 98 and D5. RGB value is (237,152,213). Sum of RGB (Red+Green+Blue) = 237+152+213=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98D5 is #12672A. Grayscale: #B8B8B8. Windows color (decimal): -1206059 or 13998317. OLE color: 13998317.

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

Color convert

RGB 237 152 213 -
CMYK 0 0.36 0.10 0.07
HSL 316.94º 0.7% 0.76% -
HSV(B) 316.94º 0.36% 0.93% -
XYZ 58.16 45.27 68.62 -
YUV 184.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 237 152 213 0 0.36 0.10 0.07 316.94 0.7 0.76
Hex ED 98 D5 0 24 A 7 13D 46 4C
Octal 355 230 325 0 44 12 7 475 106 114
Binary 11101101 10011000 11010101 0 100100 1010 111 100111101 1000110 1001100

Color Harmonies of #ED98D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98D5

Black with #ED98D5

Text Example


Text Example

White with #ED98D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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