Html Css Color HEX #E62AAA Persian Rose

📋 copy color: '#E62AAA'

red 230 ◦ green 42 ◦ blue 170

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

Shades of Persian Rose #E62AAA

Tints of Persian Rose #E62AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 52.04%
G = 9.5%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E62AAA (or 0xE62AAA) is known color: Persian Rose. HEX triplet: E6, 2A and AA. RGB value is (230,42,170). Sum of RGB (Red+Green+Blue) = 230+42+170=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AAA is #19D555. Grayscale: #707070. Windows color (decimal): -1693014 or 11152102. OLE color: 11152102.

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

Color convert

RGB 230 42 170 -
CMYK 0 0.82 0.26 0.10
HSL 319.15º 0.79% 0.53% -
HSV(B) 319.15º 0.82% 0.9% -
XYZ 40.72 21.38 40.01 -
YUV 112.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 230 42 170 0 0.82 0.26 0.10 319.15 0.79 0.53
Hex E6 2A AA 0 52 1A A 13F 4F 35
Octal 346 52 252 0 122 32 12 477 117 65
Binary 11100110 101010 10101010 0 1010010 11010 1010 100111111 1001111 110101

Color Harmonies of #E62AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AAA

Black with #E62AAA

Text Example


Text Example

White with #E62AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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