Html Css Color HEX #E62AA1 Persian Rose

📋 copy color: '#E62AA1'

red 230 ◦ green 42 ◦ blue 161

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

Shades of Persian Rose #E62AA1

Tints of Persian Rose #E62AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 53.12%
G = 9.7%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E62AA1 (or 0xE62AA1) is known color: Persian Rose. HEX triplet: E6, 2A and A1. RGB value is (230,42,161). Sum of RGB (Red+Green+Blue) = 230+42+161=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AA1 is #19D55E. Grayscale: #6F6F6F. Windows color (decimal): -1693023 or 10562278. OLE color: 10562278.

HSL color Cylindrical-coordinate representation of color #E62AA1: hue angle of 322.02º 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 #E62AA1 is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 161 -
CMYK 0 0.82 0.3 0.10
HSL 322.02º 0.79% 0.53% -
HSV(B) 322.02º 0.82% 0.9% -
XYZ 39.89 21.05 35.68 -
YUV 111.78 155.78 212.32 -
System Red Green Blue C M Y K H S L
Decimal 230 42 161 0 0.82 0.3 0.10 322.02 0.79 0.53
Hex E6 2A A1 0 52 1E A 142 4F 35
Octal 346 52 241 0 122 36 12 502 117 65
Binary 11100110 101010 10100001 0 1010010 11110 1010 101000010 1001111 110101

Color Harmonies of #E62AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AA1

Black with #E62AA1

Text Example


Text Example

White with #E62AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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