Html Css Color HEX #E62FAA Persian Rose

📋 copy color: '#E62FAA'

red 230 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #E62FAA

Tints of Persian Rose #E62FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

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

R = 51.45%
G = 10.51%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E62FAA (or 0xE62FAA) is known color: Persian Rose. HEX triplet: E6, 2F and AA. RGB value is (230,47,170). Sum of RGB (Red+Green+Blue) = 230+47+170=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FAA is #19D055. Grayscale: #737373. Windows color (decimal): -1691734 or 11153382. OLE color: 11153382.

HSL color Cylindrical-coordinate representation of color #E62FAA: hue angle of 319.67º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FAA is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 47 170 -
CMYK 0 0.80 0.26 0.10
HSL 319.67º 0.79% 0.54% -
HSV(B) 319.67º 0.8% 0.9% -
XYZ 40.91 21.76 40.07 -
YUV 115.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 230 47 170 0 0.80 0.26 0.10 319.67 0.79 0.54
Hex E6 2F AA 0 50 1A A 140 4F 36
Octal 346 57 252 0 120 32 12 500 117 66
Binary 11100110 101111 10101010 0 1010000 11010 1010 101000000 1001111 110110

Color Harmonies of #E62FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FAA

Black with #E62FAA

Text Example


Text Example

White with #E62FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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