Html Css Color HEX #E62BA7 Persian Rose

📋 copy color: '#E62BA7'

red 230 ◦ green 43 ◦ blue 167

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

Shades of Persian Rose #E62BA7

Tints of Persian Rose #E62BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.95%

R = 52.27%
G = 9.77%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E62BA7 (or 0xE62BA7) is known color: Persian Rose. HEX triplet: E6, 2B and A7. RGB value is (230,43,167). Sum of RGB (Red+Green+Blue) = 230+43+167=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BA7 is #19D458. Grayscale: #707070. Windows color (decimal): -1692761 or 10955750. OLE color: 10955750.

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

Color convert

RGB 230 43 167 -
CMYK 0 0.81 0.27 0.10
HSL 320.21º 0.79% 0.54% -
HSV(B) 320.21º 0.81% 0.9% -
XYZ 40.47 21.34 38.55 -
YUV 113.05 158.45 211.42 -
System Red Green Blue C M Y K H S L
Decimal 230 43 167 0 0.81 0.27 0.10 320.21 0.79 0.54
Hex E6 2B A7 0 51 1B A 140 4F 36
Octal 346 53 247 0 121 33 12 500 117 66
Binary 11100110 101011 10100111 0 1010001 11011 1010 101000000 1001111 110110

Color Harmonies of #E62BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BA7

Black with #E62BA7

Text Example


Text Example

White with #E62BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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