Html Css Color HEX #ED98E3 Lavender Rose

📋 copy color: '#ED98E3'

red 237 ◦ green 152 ◦ blue 227

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

Shades of Lavender Rose #ED98E3

Tints of Lavender Rose #ED98E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.85%

R = 38.47%
G = 24.68%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED98E3 (or 0xED98E3) is known color: Lavender Rose. HEX triplet: ED, 98 and E3. RGB value is (237,152,227). Sum of RGB (Red+Green+Blue) = 237+152+227=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98E3 is #12671C. Grayscale: #B9B9B9. Windows color (decimal): -1206045 or 14915821. OLE color: 14915821.

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

Color convert

RGB 237 152 227 -
CMYK 0 0.36 0.04 0.07
HSL 307.06º 0.7% 0.76% -
HSV(B) 307.06º 0.36% 0.93% -
XYZ 60.02 46.01 78.39 -
YUV 185.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 237 152 227 0 0.36 0.04 0.07 307.06 0.7 0.76
Hex ED 98 E3 0 24 4 7 133 46 4C
Octal 355 230 343 0 44 4 7 463 106 114
Binary 11101101 10011000 11100011 0 100100 100 111 100110011 1000110 1001100

Color Harmonies of #ED98E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98E3

Black with #ED98E3

Text Example


Text Example

White with #ED98E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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