Html Css Color HEX #E62FA3 Persian Rose

📋 copy color: '#E62FA3'

red 230 ◦ green 47 ◦ blue 163

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

Shades of Persian Rose #E62FA3

Tints of Persian Rose #E62FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.05%

R = 52.27%
G = 10.68%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E62FA3 (or 0xE62FA3) is known color: Persian Rose. HEX triplet: E6, 2F and A3. RGB value is (230,47,163). Sum of RGB (Red+Green+Blue) = 230+47+163=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FA3 is #19D05C. Grayscale: #727272. Windows color (decimal): -1691741 or 10694630. OLE color: 10694630.

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

Color convert

RGB 230 47 163 -
CMYK 0 0.80 0.29 0.10
HSL 321.97º 0.79% 0.54% -
HSV(B) 321.97º 0.8% 0.9% -
XYZ 40.26 21.5 36.68 -
YUV 114.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 230 47 163 0 0.80 0.29 0.10 321.97 0.79 0.54
Hex E6 2F A3 0 50 1D A 142 4F 36
Octal 346 57 243 0 120 35 12 502 117 66
Binary 11100110 101111 10100011 0 1010000 11101 1010 101000010 1001111 110110

Color Harmonies of #E62FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FA3

Black with #E62FA3

Text Example


Text Example

White with #E62FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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