Html Css Color HEX #E15395 Dark Pink

📋 copy color: '#E15395'

red 225 ◦ green 83 ◦ blue 149

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

Shades of Dark Pink #E15395

Tints of Dark Pink #E15395

RGB

 RED value IS 225 (88.28% from 255) = 49.23%

 GREEN value IS 83 (32.81% from 255) = 18.16%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 49.23%
G = 18.16%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E15395 (or 0xE15395) is known color: Dark Pink. HEX triplet: E1, 53 and 95. RGB value is (225,83,149). Sum of RGB (Red+Green+Blue) = 225+83+149=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E15395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15395 is #1EAC6A. Grayscale: #848484. Windows color (decimal): -2010219 or 9786337. OLE color: 9786337.

HSL color Cylindrical-coordinate representation of color #E15395: hue angle of 332.11º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15395 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 83 149 -
CMYK 0 0.63 0.34 0.12
HSL 332.11º 0.7% 0.6% -
HSV(B) 332.11º 0.63% 0.88% -
XYZ 39.57 24.36 31.05 -
YUV 132.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 225 83 149 0 0.63 0.34 0.12 332.11 0.7 0.6
Hex E1 53 95 0 3F 22 C 14C 46 3C
Octal 341 123 225 0 77 42 14 514 106 74
Binary 11100001 1010011 10010101 0 111111 100010 1100 101001100 1000110 111100

Color Harmonies of #E15395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15395

Black with #E15395

Text Example


Text Example

White with #E15395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15395; }

 p { color: rgb(225,83,149); }

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

background-color css

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

 a { background-color: rgb(225,83,149); }

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

border-color css

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

 span { border-color: rgb(225,83,149); }

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