Html Css Color HEX #E35A98 Pale Violet Red

📋 copy color: '#E35A98'

red 227 ◦ green 90 ◦ blue 152

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

Shades of Pale Violet Red #E35A98

Tints of Pale Violet Red #E35A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.41%

R = 48.4%
G = 19.19%
B = 32.41%

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

#E35A98 (or 0xE35A98) is known color: Pale Violet Red. HEX triplet: E3, 5A and 98. RGB value is (227,90,152). Sum of RGB (Red+Green+Blue) = 227+90+152=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A98 is #1CA567. Grayscale: #898989. Windows color (decimal): -1877352 or 9984739. OLE color: 9984739.

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

Color convert

RGB 227 90 152 -
CMYK 0 0.60 0.33 0.11
HSL 332.85º 0.71% 0.62% -
HSV(B) 332.85º 0.6% 0.89% -
XYZ 41 25.91 32.55 -
YUV 138.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 227 90 152 0 0.60 0.33 0.11 332.85 0.71 0.62
Hex E3 5A 98 0 3C 21 B 14D 47 3E
Octal 343 132 230 0 74 41 13 515 107 76
Binary 11100011 1011010 10011000 0 111100 100001 1011 101001101 1000111 111110

Color Harmonies of #E35A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A98

Black with #E35A98

Text Example


Text Example

White with #E35A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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