Html Css Color HEX #EE95D2 Lavender Rose

📋 copy color: '#EE95D2'

red 238 ◦ green 149 ◦ blue 210

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

Shades of Lavender Rose #EE95D2

Tints of Lavender Rose #EE95D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 39.87%
G = 24.96%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE95D2 (or 0xEE95D2) is known color: Lavender Rose. HEX triplet: EE, 95 and D2. RGB value is (238,149,210). Sum of RGB (Red+Green+Blue) = 238+149+210=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95D2 is #116A2D. Grayscale: #B6B6B6. Windows color (decimal): -1141294 or 13800942. OLE color: 13800942.

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

Color convert

RGB 238 149 210 -
CMYK 0 0.37 0.12 0.07
HSL 318.88º 0.72% 0.76% -
HSV(B) 318.88º 0.37% 0.93% -
XYZ 57.64 44.33 66.49 -
YUV 182.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 238 149 210 0 0.37 0.12 0.07 318.88 0.72 0.76
Hex EE 95 D2 0 25 C 7 13F 48 4C
Octal 356 225 322 0 45 14 7 477 110 114
Binary 11101110 10010101 11010010 0 100101 1100 111 100111111 1001000 1001100

Color Harmonies of #EE95D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95D2

Black with #EE95D2

Text Example


Text Example

White with #EE95D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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