Html Css Color HEX #E45F90 Pale Violet Red

📋 copy color: '#E45F90'

red 228 ◦ green 95 ◦ blue 144

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

Shades of Pale Violet Red #E45F90

Tints of Pale Violet Red #E45F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 48.82%
G = 20.34%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E45F90 (or 0xE45F90) is known color: Pale Violet Red. HEX triplet: E4, 5F and 90. RGB value is (228,95,144). Sum of RGB (Red+Green+Blue) = 228+95+144=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F90 is #1BA06F. Grayscale: #8C8C8C. Windows color (decimal): -1810544 or 9461732. OLE color: 9461732.

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

Color convert

RGB 228 95 144 -
CMYK 0 0.58 0.37 0.11
HSL 337.89º 0.71% 0.63% -
HSV(B) 337.89º 0.58% 0.89% -
XYZ 41.12 26.69 29.37 -
YUV 140.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 228 95 144 0 0.58 0.37 0.11 337.89 0.71 0.63
Hex E4 5F 90 0 3A 25 B 152 47 3F
Octal 344 137 220 0 72 45 13 522 107 77
Binary 11100100 1011111 10010000 0 111010 100101 1011 101010010 1000111 111111

Color Harmonies of #E45F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F90

Black with #E45F90

Text Example


Text Example

White with #E45F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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