Html Css Color HEX #E62EA8 Persian Rose

📋 copy color: '#E62EA8'

red 230 ◦ green 46 ◦ blue 168

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

Shades of Persian Rose #E62EA8

Tints of Persian Rose #E62EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 51.8%
G = 10.36%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E62EA8 (or 0xE62EA8) is known color: Persian Rose. HEX triplet: E6, 2E and A8. RGB value is (230,46,168). Sum of RGB (Red+Green+Blue) = 230+46+168=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62EA8 is #19D157. Grayscale: #727272. Windows color (decimal): -1691992 or 11022054. OLE color: 11022054.

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

Color convert

RGB 230 46 168 -
CMYK 0 0.8 0.27 0.10
HSL 320.22º 0.79% 0.54% -
HSV(B) 320.22º 0.8% 0.9% -
XYZ 40.68 21.6 39.07 -
YUV 114.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 230 46 168 0 0.8 0.27 0.10 320.22 0.79 0.54
Hex E6 2E A8 0 50 1B A 140 4F 36
Octal 346 56 250 0 120 33 12 500 117 66
Binary 11100110 101110 10101000 0 1010000 11011 1010 101000000 1001111 110110

Color Harmonies of #E62EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62EA8

Black with #E62EA8

Text Example


Text Example

White with #E62EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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