Html Css Color HEX #E62BAC Persian Rose

📋 copy color: '#E62BAC'

red 230 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #E62BAC

Tints of Persian Rose #E62BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 51.69%
G = 9.66%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E62BAC (or 0xE62BAC) is known color: Persian Rose. HEX triplet: E6, 2B and AC. RGB value is (230,43,172). Sum of RGB (Red+Green+Blue) = 230+43+172=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BAC is #19D453. Grayscale: #717171. Windows color (decimal): -1692756 or 11283430. OLE color: 11283430.

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

Color convert

RGB 230 43 172 -
CMYK 0 0.81 0.25 0.10
HSL 318.61º 0.79% 0.54% -
HSV(B) 318.61º 0.81% 0.9% -
XYZ 40.94 21.53 41.03 -
YUV 113.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 230 43 172 0 0.81 0.25 0.10 318.61 0.79 0.54
Hex E6 2B AC 0 51 19 A 13F 4F 36
Octal 346 53 254 0 121 31 12 477 117 66
Binary 11100110 101011 10101100 0 1010001 11001 1010 100111111 1001111 110110

Color Harmonies of #E62BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BAC

Black with #E62BAC

Text Example


Text Example

White with #E62BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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