Html Css Color HEX #E62BAB Persian Rose

📋 copy color: '#E62BAB'

red 230 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #E62BAB

Tints of Persian Rose #E62BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 51.8%
G = 9.68%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E62BAB (or 0xE62BAB) is known color: Persian Rose. HEX triplet: E6, 2B and AB. RGB value is (230,43,171). Sum of RGB (Red+Green+Blue) = 230+43+171=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BAB is #19D454. Grayscale: #717171. Windows color (decimal): -1692757 or 11217894. OLE color: 11217894.

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

Color convert

RGB 230 43 171 -
CMYK 0 0.81 0.26 0.10
HSL 318.93º 0.79% 0.54% -
HSV(B) 318.93º 0.81% 0.9% -
XYZ 40.85 21.49 40.52 -
YUV 113.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 230 43 171 0 0.81 0.26 0.10 318.93 0.79 0.54
Hex E6 2B AB 0 51 1A A 13F 4F 36
Octal 346 53 253 0 121 32 12 477 117 66
Binary 11100110 101011 10101011 0 1010001 11010 1010 100111111 1001111 110110

Color Harmonies of #E62BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BAB

Black with #E62BAB

Text Example


Text Example

White with #E62BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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