Html Css Color HEX #E35A97 Pale Violet Red

📋 copy color: '#E35A97'

red 227 ◦ green 90 ◦ blue 151

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

Shades of Pale Violet Red #E35A97

Tints of Pale Violet Red #E35A97

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 48.5%
G = 19.23%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E35A97 (or 0xE35A97) is known color: Pale Violet Red. HEX triplet: E3, 5A and 97. RGB value is (227,90,151). Sum of RGB (Red+Green+Blue) = 227+90+151=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A97 is #1CA568. Grayscale: #898989. Windows color (decimal): -1877353 or 9919203. OLE color: 9919203.

HSL color Cylindrical-coordinate representation of color #E35A97: hue angle of 333.28º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A97 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 151 -
CMYK 0 0.60 0.33 0.11
HSL 333.28º 0.71% 0.62% -
HSV(B) 333.28º 0.6% 0.89% -
XYZ 40.92 25.88 32.12 -
YUV 137.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 227 90 151 0 0.60 0.33 0.11 333.28 0.71 0.62
Hex E3 5A 97 0 3C 21 B 14D 47 3E
Octal 343 132 227 0 74 41 13 515 107 76
Binary 11100011 1011010 10010111 0 111100 100001 1011 101001101 1000111 111110

Color Harmonies of #E35A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A97

Black with #E35A97

Text Example


Text Example

White with #E35A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A97; }

 p { color: rgb(227,90,151); }

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

background-color css

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

 a { background-color: rgb(227,90,151); }

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

border-color css

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

 span { border-color: rgb(227,90,151); }

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