Html Css Color HEX #EE98D5 Lavender Rose

📋 copy color: '#EE98D5'

red 238 ◦ green 152 ◦ blue 213

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

Shades of Lavender Rose #EE98D5

Tints of Lavender Rose #EE98D5

RGB

 RED value IS 238 (93.36% from 255) = 39.47%

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

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

R = 39.47%
G = 25.21%
B = 35.32%

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

#EE98D5 (or 0xEE98D5) is known color: Lavender Rose. HEX triplet: EE, 98 and D5. RGB value is (238,152,213). Sum of RGB (Red+Green+Blue) = 238+152+213=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98D5 is #11672A. Grayscale: #B8B8B8. Windows color (decimal): -1140523 or 13998318. OLE color: 13998318.

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

Color convert

RGB 238 152 213 -
CMYK 0 0.36 0.11 0.07
HSL 317.44º 0.72% 0.76% -
HSV(B) 317.44º 0.36% 0.93% -
XYZ 58.5 45.44 68.64 -
YUV 184.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 238 152 213 0 0.36 0.11 0.07 317.44 0.72 0.76
Hex EE 98 D5 0 24 B 7 13D 48 4C
Octal 356 230 325 0 44 13 7 475 110 114
Binary 11101110 10011000 11010101 0 100100 1011 111 100111101 1001000 1001100

Color Harmonies of #EE98D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE98D5

Black with #EE98D5

Text Example


Text Example

White with #EE98D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE98D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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