Html Css Color HEX #E465A2 Pale Violet Red

📋 copy color: '#E465A2'

red 228 ◦ green 101 ◦ blue 162

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

Shades of Pale Violet Red #E465A2

Tints of Pale Violet Red #E465A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 46.44%
G = 20.57%
B = 32.99%

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

#E465A2 (or 0xE465A2) is known color: Pale Violet Red. HEX triplet: E4, 65 and A2. RGB value is (228,101,162). Sum of RGB (Red+Green+Blue) = 228+101+162=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E465A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E465A2 is #1B9A5D. Grayscale: #919191. Windows color (decimal): -1808990 or 10642916. OLE color: 10642916.

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

Color convert

RGB 228 101 162 -
CMYK 0 0.56 0.29 0.11
HSL 331.18º 0.7% 0.65% -
HSV(B) 331.18º 0.56% 0.89% -
XYZ 43.17 28.41 37.39 -
YUV 145.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 228 101 162 0 0.56 0.29 0.11 331.18 0.7 0.65
Hex E4 65 A2 0 38 1D B 14B 46 41
Octal 344 145 242 0 70 35 13 513 106 101
Binary 11100100 1100101 10100010 0 111000 11101 1011 101001011 1000110 1000001

Color Harmonies of #E465A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465A2

Black with #E465A2

Text Example


Text Example

White with #E465A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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