Html Css Color HEX #E35FA0 Pale Violet Red

📋 copy color: '#E35FA0'

red 227 ◦ green 95 ◦ blue 160

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

Shades of Pale Violet Red #E35FA0

Tints of Pale Violet Red #E35FA0

RGB

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

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

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

R = 47.1%
G = 19.71%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E35FA0 (or 0xE35FA0) is known color: Pale Violet Red. HEX triplet: E3, 5F and A0. RGB value is (227,95,160). Sum of RGB (Red+Green+Blue) = 227+95+160=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35FA0 is #1CA05F. Grayscale: #8D8D8D. Windows color (decimal): -1876064 or 10510307. OLE color: 10510307.

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

Color convert

RGB 227 95 160 -
CMYK 0 0.58 0.30 0.11
HSL 330.45º 0.7% 0.63% -
HSV(B) 330.45º 0.58% 0.89% -
XYZ 42.12 27.05 36.26 -
YUV 141.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 227 95 160 0 0.58 0.30 0.11 330.45 0.7 0.63
Hex E3 5F A0 0 3A 1E B 14A 46 3F
Octal 343 137 240 0 72 36 13 512 106 77
Binary 11100011 1011111 10100000 0 111010 11110 1011 101001010 1000110 111111

Color Harmonies of #E35FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FA0

Black with #E35FA0

Text Example


Text Example

White with #E35FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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