Html Css Color HEX #E62BA5 Persian Rose

📋 copy color: '#E62BA5'

red 230 ◦ green 43 ◦ blue 165

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

Shades of Persian Rose #E62BA5

Tints of Persian Rose #E62BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 52.51%
G = 9.82%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E62BA5 (or 0xE62BA5) is known color: Persian Rose. HEX triplet: E6, 2B and A5. RGB value is (230,43,165). Sum of RGB (Red+Green+Blue) = 230+43+165=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BA5 is #19D45A. Grayscale: #707070. Windows color (decimal): -1692763 or 10824678. OLE color: 10824678.

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

Color convert

RGB 230 43 165 -
CMYK 0 0.81 0.28 0.10
HSL 320.86º 0.79% 0.54% -
HSV(B) 320.86º 0.81% 0.9% -
XYZ 40.29 21.27 37.58 -
YUV 112.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 230 43 165 0 0.81 0.28 0.10 320.86 0.79 0.54
Hex E6 2B A5 0 51 1C A 141 4F 36
Octal 346 53 245 0 121 34 12 501 117 66
Binary 11100110 101011 10100101 0 1010001 11100 1010 101000001 1001111 110110

Color Harmonies of #E62BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BA5

Black with #E62BA5

Text Example


Text Example

White with #E62BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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