Html Css Color HEX #E465A1 Pale Violet Red

📋 copy color: '#E465A1'

red 228 ◦ green 101 ◦ blue 161

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

Shades of Pale Violet Red #E465A1

Tints of Pale Violet Red #E465A1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.61%

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 46.53%
G = 20.61%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E465A1 (or 0xE465A1) is known color: Pale Violet Red. HEX triplet: E4, 65 and A1. RGB value is (228,101,161). Sum of RGB (Red+Green+Blue) = 228+101+161=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E465A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E465A1 is #1B9A5E. Grayscale: #919191. Windows color (decimal): -1808991 or 10577380. OLE color: 10577380.

HSL color Cylindrical-coordinate representation of color #E465A1: hue angle of 331.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465A1 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 101 161 -
CMYK 0 0.56 0.29 0.11
HSL 331.65º 0.7% 0.65% -
HSV(B) 331.65º 0.56% 0.89% -
XYZ 43.08 28.37 36.92 -
YUV 145.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 228 101 161 0 0.56 0.29 0.11 331.65 0.7 0.65
Hex E4 65 A1 0 38 1D B 14C 46 41
Octal 344 145 241 0 70 35 13 514 106 101
Binary 11100100 1100101 10100001 0 111000 11101 1011 101001100 1000110 1000001

Color Harmonies of #E465A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465A1

Black with #E465A1

Text Example


Text Example

White with #E465A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465A1; }

 p { color: rgb(228,101,161); }

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

background-color css

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

 a { background-color: rgb(228,101,161); }

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

border-color css

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

 span { border-color: rgb(228,101,161); }

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