Html Css Color HEX #E45F9D Pale Violet Red

📋 copy color: '#E45F9D'

red 228 ◦ green 95 ◦ blue 157

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

Shades of Pale Violet Red #E45F9D

Tints of Pale Violet Red #E45F9D

RGB

 RED value IS 228 (89.45% from 255) = 47.5%

 GREEN value IS 95 (37.5% from 255) = 19.79%

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

R = 47.5%
G = 19.79%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E45F9D (or 0xE45F9D) is known color: Pale Violet Red. HEX triplet: E4, 5F and 9D. RGB value is (228,95,157). Sum of RGB (Red+Green+Blue) = 228+95+157=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F9D is #1BA062. Grayscale: #8D8D8D. Windows color (decimal): -1810531 or 10313700. OLE color: 10313700.

HSL color Cylindrical-coordinate representation of color #E45F9D: hue angle of 332.03º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45F9D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 157 -
CMYK 0 0.58 0.31 0.11
HSL 332.03º 0.71% 0.63% -
HSV(B) 332.03º 0.58% 0.89% -
XYZ 42.17 27.11 34.91 -
YUV 141.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 228 95 157 0 0.58 0.31 0.11 332.03 0.71 0.63
Hex E4 5F 9D 0 3A 1F B 14C 47 3F
Octal 344 137 235 0 72 37 13 514 107 77
Binary 11100100 1011111 10011101 0 111010 11111 1011 101001100 1000111 111111

Color Harmonies of #E45F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F9D

Black with #E45F9D

Text Example


Text Example

White with #E45F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F9D; }

 p { color: rgb(228,95,157); }

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

background-color css

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

 a { background-color: rgb(228,95,157); }

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

border-color css

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

 span { border-color: rgb(228,95,157); }

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