Html Css Color HEX #E15D9D Pale Violet Red

📋 copy color: '#E15D9D'

red 225 ◦ green 93 ◦ blue 157

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

Shades of Pale Violet Red #E15D9D

Tints of Pale Violet Red #E15D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.58%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 47.37%
G = 19.58%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E15D9D (or 0xE15D9D) is known color: Pale Violet Red. HEX triplet: E1, 5D and 9D. RGB value is (225,93,157). Sum of RGB (Red+Green+Blue) = 225+93+157=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D9D is #1EA262. Grayscale: #8B8B8B. Windows color (decimal): -2007651 or 10313185. OLE color: 10313185.

HSL color Cylindrical-coordinate representation of color #E15D9D: hue angle of 330.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D9D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 157 -
CMYK 0 0.59 0.30 0.12
HSL 330.91º 0.69% 0.62% -
HSV(B) 330.91º 0.59% 0.88% -
XYZ 41.05 26.27 34.81 -
YUV 139.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 225 93 157 0 0.59 0.30 0.12 330.91 0.69 0.62
Hex E1 5D 9D 0 3B 1E C 14B 45 3E
Octal 341 135 235 0 73 36 14 513 105 76
Binary 11100001 1011101 10011101 0 111011 11110 1100 101001011 1000101 111110

Color Harmonies of #E15D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D9D

Black with #E15D9D

Text Example


Text Example

White with #E15D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D9D; }

 p { color: rgb(225,93,157); }

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

background-color css

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

 a { background-color: rgb(225,93,157); }

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

border-color css

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

 span { border-color: rgb(225,93,157); }

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