Html Css Color HEX #E62AAC Persian Rose

📋 copy color: '#E62AAC'

red 230 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #E62AAC

Tints of Persian Rose #E62AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 51.8%
G = 9.46%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E62AAC (or 0xE62AAC) is known color: Persian Rose. HEX triplet: E6, 2A and AC. RGB value is (230,42,172). Sum of RGB (Red+Green+Blue) = 230+42+172=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AAC is #19D553. Grayscale: #707070. Windows color (decimal): -1693012 or 11283174. OLE color: 11283174.

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

Color convert

RGB 230 42 172 -
CMYK 0 0.82 0.25 0.10
HSL 318.51º 0.79% 0.53% -
HSV(B) 318.51º 0.82% 0.9% -
XYZ 40.91 21.46 41.02 -
YUV 113.03 161.28 211.43 -
System Red Green Blue C M Y K H S L
Decimal 230 42 172 0 0.82 0.25 0.10 318.51 0.79 0.53
Hex E6 2A AC 0 52 19 A 13F 4F 35
Octal 346 52 254 0 122 31 12 477 117 65
Binary 11100110 101010 10101100 0 1010010 11001 1010 100111111 1001111 110101

Color Harmonies of #E62AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AAC

Black with #E62AAC

Text Example


Text Example

White with #E62AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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