Html Css Color HEX #EE95DC Lavender Rose

📋 copy color: '#EE95DC'

red 238 ◦ green 149 ◦ blue 220

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

Shades of Lavender Rose #EE95DC

Tints of Lavender Rose #EE95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 39.21%
G = 24.55%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE95DC (or 0xEE95DC) is known color: Lavender Rose. HEX triplet: EE, 95 and DC. RGB value is (238,149,220). Sum of RGB (Red+Green+Blue) = 238+149+220=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95DC is #116A23. Grayscale: #B7B7B7. Windows color (decimal): -1141284 or 14456302. OLE color: 14456302.

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

Color convert

RGB 238 149 220 -
CMYK 0 0.37 0.08 0.07
HSL 312.13º 0.72% 0.76% -
HSV(B) 312.13º 0.37% 0.93% -
XYZ 58.93 44.84 73.26 -
YUV 183.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 238 149 220 0 0.37 0.08 0.07 312.13 0.72 0.76
Hex EE 95 DC 0 25 8 7 138 48 4C
Octal 356 225 334 0 45 10 7 470 110 114
Binary 11101110 10010101 11011100 0 100101 1000 111 100111000 1001000 1001100

Color Harmonies of #EE95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95DC

Black with #EE95DC

Text Example


Text Example

White with #EE95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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