Html Css Color HEX #EE95D3 Lavender Rose

📋 copy color: '#EE95D3'

red 238 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #EE95D3

Tints of Lavender Rose #EE95D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 39.8%
G = 24.92%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE95D3 (or 0xEE95D3) is known color: Lavender Rose. HEX triplet: EE, 95 and D3. RGB value is (238,149,211). Sum of RGB (Red+Green+Blue) = 238+149+211=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95D3 is #116A2C. Grayscale: #B6B6B6. Windows color (decimal): -1141293 or 13866478. OLE color: 13866478.

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

Color convert

RGB 238 149 211 -
CMYK 0 0.37 0.11 0.07
HSL 318.2º 0.72% 0.76% -
HSV(B) 318.2º 0.37% 0.93% -
XYZ 57.77 44.38 67.15 -
YUV 182.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 238 149 211 0 0.37 0.11 0.07 318.2 0.72 0.76
Hex EE 95 D3 0 25 B 7 13E 48 4C
Octal 356 225 323 0 45 13 7 476 110 114
Binary 11101110 10010101 11010011 0 100101 1011 111 100111110 1001000 1001100

Color Harmonies of #EE95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95D3

Black with #EE95D3

Text Example


Text Example

White with #EE95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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