Html Css Color HEX #E62AAE Spicy Pink

📋 copy color: '#E62AAE'

red 230 ◦ green 42 ◦ blue 174

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

Shades of Spicy Pink #E62AAE

Tints of Spicy Pink #E62AAE

RGB

 RED value IS 230 (90.23% from 255) = 51.57%

 GREEN value IS 42 (16.8% from 255) = 9.42%

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 51.57%
G = 9.42%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E62AAE (or 0xE62AAE) is known color: Spicy Pink. HEX triplet: E6, 2A and AE. RGB value is (230,42,174). Sum of RGB (Red+Green+Blue) = 230+42+174=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AAE is #19D551. Grayscale: #707070. Windows color (decimal): -1693010 or 11414246. OLE color: 11414246.

HSL color Cylindrical-coordinate representation of color #E62AAE: hue angle of 317.87º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AAE is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 174 -
CMYK 0 0.82 0.24 0.10
HSL 317.87º 0.79% 0.53% -
HSV(B) 317.87º 0.82% 0.9% -
XYZ 41.1 21.53 42.03 -
YUV 113.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 230 42 174 0 0.82 0.24 0.10 317.87 0.79 0.53
Hex E6 2A AE 0 52 18 A 13E 4F 35
Octal 346 52 256 0 122 30 12 476 117 65
Binary 11100110 101010 10101110 0 1010010 11000 1010 100111110 1001111 110101

Color Harmonies of #E62AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AAE

Black with #E62AAE

Text Example


Text Example

White with #E62AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AAE; }

 p { color: rgb(230,42,174); }

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

background-color css

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

 a { background-color: rgb(230,42,174); }

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

border-color css

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

 span { border-color: rgb(230,42,174); }

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