Html Css Color HEX #EE95E0 Lavender Rose

📋 copy color: '#EE95E0'

red 238 ◦ green 149 ◦ blue 224

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

Shades of Lavender Rose #EE95E0

Tints of Lavender Rose #EE95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.39%

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 38.95%
G = 24.39%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE95E0 (or 0xEE95E0) is known color: Lavender Rose. HEX triplet: EE, 95 and E0. RGB value is (238,149,224). Sum of RGB (Red+Green+Blue) = 238+149+224=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95E0 is #116A1F. Grayscale: #B7B7B7. Windows color (decimal): -1141280 or 14718446. OLE color: 14718446.

HSL color Cylindrical-coordinate representation of color #EE95E0: hue angle of 309.44º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95E0 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 149 224 -
CMYK 0 0.37 0.06 0.07
HSL 309.44º 0.72% 0.76% -
HSV(B) 309.44º 0.37% 0.93% -
XYZ 59.46 45.05 76.08 -
YUV 184.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 238 149 224 0 0.37 0.06 0.07 309.44 0.72 0.76
Hex EE 95 E0 0 25 6 7 135 48 4C
Octal 356 225 340 0 45 6 7 465 110 114
Binary 11101110 10010101 11100000 0 100101 110 111 100110101 1001000 1001100

Color Harmonies of #EE95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95E0

Black with #EE95E0

Text Example


Text Example

White with #EE95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95E0; }

 p { color: rgb(238,149,224); }

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

background-color css

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

 a { background-color: rgb(238,149,224); }

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

border-color css

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

 span { border-color: rgb(238,149,224); }

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