Html Css Color HEX #E62AAB Persian Rose

📋 copy color: '#E62AAB'

red 230 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #E62AAB

Tints of Persian Rose #E62AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 51.92%
G = 9.48%
B = 38.6%

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

#E62AAB (or 0xE62AAB) is known color: Persian Rose. HEX triplet: E6, 2A and AB. RGB value is (230,42,171). Sum of RGB (Red+Green+Blue) = 230+42+171=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AAB is #19D554. Grayscale: #707070. Windows color (decimal): -1693013 or 11217638. OLE color: 11217638.

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

Color convert

RGB 230 42 171 -
CMYK 0 0.82 0.26 0.10
HSL 318.83º 0.79% 0.53% -
HSV(B) 318.83º 0.82% 0.9% -
XYZ 40.81 21.42 40.51 -
YUV 112.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 230 42 171 0 0.82 0.26 0.10 318.83 0.79 0.53
Hex E6 2A AB 0 52 1A A 13F 4F 35
Octal 346 52 253 0 122 32 12 477 117 65
Binary 11100110 101010 10101011 0 1010010 11010 1010 100111111 1001111 110101

Color Harmonies of #E62AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AAB

Black with #E62AAB

Text Example


Text Example

White with #E62AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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