Html Css Color HEX #E365A0 Pale Violet Red

📋 copy color: '#E365A0'

red 227 ◦ green 101 ◦ blue 160

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

Shades of Pale Violet Red #E365A0

Tints of Pale Violet Red #E365A0

RGB

 RED value IS 227 (89.06% from 255) = 46.52%

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

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 46.52%
G = 20.7%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E365A0 (or 0xE365A0) is known color: Pale Violet Red. HEX triplet: E3, 65 and A0. RGB value is (227,101,160). Sum of RGB (Red+Green+Blue) = 227+101+160=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E365A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E365A0 is #1C9A5F. Grayscale: #919191. Windows color (decimal): -1874528 or 10511843. OLE color: 10511843.

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

Color convert

RGB 227 101 160 -
CMYK 0 0.56 0.30 0.11
HSL 331.9º 0.69% 0.64% -
HSV(B) 331.9º 0.56% 0.89% -
XYZ 42.68 28.18 36.45 -
YUV 145.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 227 101 160 0 0.56 0.30 0.11 331.9 0.69 0.64
Hex E3 65 A0 0 38 1E B 14C 45 40
Octal 343 145 240 0 70 36 13 514 105 100
Binary 11100011 1100101 10100000 0 111000 11110 1011 101001100 1000101 1000000

Color Harmonies of #E365A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365A0

Black with #E365A0

Text Example


Text Example

White with #E365A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365A0; }

 p { color: rgb(227,101,160); }

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

background-color css

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

 a { background-color: rgb(227,101,160); }

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

border-color css

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

 span { border-color: rgb(227,101,160); }

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