Html Css Color HEX #E63BAB Persian Rose

📋 copy color: '#E63BAB'

red 230 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #E63BAB

Tints of Persian Rose #E63BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.83%

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

R = 50%
G = 12.83%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E63BAB (or 0xE63BAB) is known color: Persian Rose. HEX triplet: E6, 3B and AB. RGB value is (230,59,171). Sum of RGB (Red+Green+Blue) = 230+59+171=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63BAB is #19C454. Grayscale: #7A7A7A. Windows color (decimal): -1688661 or 11221990. OLE color: 11221990.

HSL color Cylindrical-coordinate representation of color #E63BAB: hue angle of 320.7º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63BAB is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 59 171 -
CMYK 0 0.74 0.26 0.10
HSL 320.7º 0.77% 0.57% -
HSV(B) 320.7º 0.74% 0.9% -
XYZ 41.55 22.89 40.76 -
YUV 122.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 230 59 171 0 0.74 0.26 0.10 320.7 0.77 0.57
Hex E6 3B AB 0 4A 1A A 141 4D 39
Octal 346 73 253 0 112 32 12 501 115 71
Binary 11100110 111011 10101011 0 1001010 11010 1010 101000001 1001101 111001

Color Harmonies of #E63BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BAB

Black with #E63BAB

Text Example


Text Example

White with #E63BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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