Html Css Color HEX #EE98DB Lavender Rose

📋 copy color: '#EE98DB'

red 238 ◦ green 152 ◦ blue 219

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

Shades of Lavender Rose #EE98DB

Tints of Lavender Rose #EE98DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 39.08%
G = 24.96%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE98DB (or 0xEE98DB) is known color: Lavender Rose. HEX triplet: EE, 98 and DB. RGB value is (238,152,219). Sum of RGB (Red+Green+Blue) = 238+152+219=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98DB is #116724. Grayscale: #B9B9B9. Windows color (decimal): -1140517 or 14391534. OLE color: 14391534.

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

Color convert

RGB 238 152 219 -
CMYK 0 0.36 0.08 0.07
HSL 313.26º 0.72% 0.76% -
HSV(B) 313.26º 0.36% 0.93% -
XYZ 59.27 45.75 72.72 -
YUV 185.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 238 152 219 0 0.36 0.08 0.07 313.26 0.72 0.76
Hex EE 98 DB 0 24 8 7 139 48 4C
Octal 356 230 333 0 44 10 7 471 110 114
Binary 11101110 10011000 11011011 0 100100 1000 111 100111001 1001000 1001100

Color Harmonies of #EE98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE98DB

Black with #EE98DB

Text Example


Text Example

White with #EE98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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