Html Css Color HEX #E62FA1 Persian Rose

📋 copy color: '#E62FA1'

red 230 ◦ green 47 ◦ blue 161

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

Shades of Persian Rose #E62FA1

Tints of Persian Rose #E62FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 52.51%
G = 10.73%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E62FA1 (or 0xE62FA1) is known color: Persian Rose. HEX triplet: E6, 2F and A1. RGB value is (230,47,161). Sum of RGB (Red+Green+Blue) = 230+47+161=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FA1 is #19D05E. Grayscale: #727272. Windows color (decimal): -1691743 or 10563558. OLE color: 10563558.

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

Color convert

RGB 230 47 161 -
CMYK 0 0.80 0.3 0.10
HSL 322.62º 0.79% 0.54% -
HSV(B) 322.62º 0.8% 0.9% -
XYZ 40.08 21.43 35.74 -
YUV 114.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 230 47 161 0 0.80 0.3 0.10 322.62 0.79 0.54
Hex E6 2F A1 0 50 1E A 143 4F 36
Octal 346 57 241 0 120 36 12 503 117 66
Binary 11100110 101111 10100001 0 1010000 11110 1010 101000011 1001111 110110

Color Harmonies of #E62FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FA1

Black with #E62FA1

Text Example


Text Example

White with #E62FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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