Html Css Color HEX #E62EA0 Persian Rose

📋 copy color: '#E62EA0'

red 230 ◦ green 46 ◦ blue 160

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

Shades of Persian Rose #E62EA0

Tints of Persian Rose #E62EA0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.55%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 52.75%
G = 10.55%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E62EA0 (or 0xE62EA0) is known color: Persian Rose. HEX triplet: E6, 2E and A0. RGB value is (230,46,160). Sum of RGB (Red+Green+Blue) = 230+46+160=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62EA0 is #19D15F. Grayscale: #717171. Windows color (decimal): -1692000 or 10497766. OLE color: 10497766.

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

Color convert

RGB 230 46 160 -
CMYK 0 0.8 0.30 0.10
HSL 322.83º 0.79% 0.54% -
HSV(B) 322.83º 0.8% 0.9% -
XYZ 39.96 21.32 35.27 -
YUV 114.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 230 46 160 0 0.8 0.30 0.10 322.83 0.79 0.54
Hex E6 2E A0 0 50 1E A 143 4F 36
Octal 346 56 240 0 120 36 12 503 117 66
Binary 11100110 101110 10100000 0 1010000 11110 1010 101000011 1001111 110110

Color Harmonies of #E62EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62EA0

Black with #E62EA0

Text Example


Text Example

White with #E62EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62EA0; }

 p { color: rgb(230,46,160); }

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

background-color css

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

 a { background-color: rgb(230,46,160); }

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

border-color css

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

 span { border-color: rgb(230,46,160); }

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