Html Css Color HEX #E62BA2 Persian Rose

📋 copy color: '#E62BA2'

red 230 ◦ green 43 ◦ blue 162

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

Shades of Persian Rose #E62BA2

Tints of Persian Rose #E62BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.89%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 52.87%
G = 9.89%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E62BA2 (or 0xE62BA2) is known color: Persian Rose. HEX triplet: E6, 2B and A2. RGB value is (230,43,162). Sum of RGB (Red+Green+Blue) = 230+43+162=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BA2 is #19D45D. Grayscale: #707070. Windows color (decimal): -1692766 or 10628070. OLE color: 10628070.

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

Color convert

RGB 230 43 162 -
CMYK 0 0.81 0.30 0.10
HSL 321.82º 0.79% 0.54% -
HSV(B) 321.82º 0.81% 0.9% -
XYZ 40.02 21.16 36.16 -
YUV 112.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 230 43 162 0 0.81 0.30 0.10 321.82 0.79 0.54
Hex E6 2B A2 0 51 1E A 142 4F 36
Octal 346 53 242 0 121 36 12 502 117 66
Binary 11100110 101011 10100010 0 1010001 11110 1010 101000010 1001111 110110

Color Harmonies of #E62BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BA2

Black with #E62BA2

Text Example


Text Example

White with #E62BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BA2; }

 p { color: rgb(230,43,162); }

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

background-color css

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

 a { background-color: rgb(230,43,162); }

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

border-color css

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

 span { border-color: rgb(230,43,162); }

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