Html Css Color HEX #E63AAB Persian Rose

📋 copy color: '#E63AAB'

red 230 ◦ green 58 ◦ blue 171

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

Shades of Persian Rose #E63AAB

Tints of Persian Rose #E63AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.64%

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

R = 50.11%
G = 12.64%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E63AAB (or 0xE63AAB) is known color: Persian Rose. HEX triplet: E6, 3A and AB. RGB value is (230,58,171). Sum of RGB (Red+Green+Blue) = 230+58+171=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AAB is #19C554. Grayscale: #7A7A7A. Windows color (decimal): -1688917 or 11221734. OLE color: 11221734.

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

Color convert

RGB 230 58 171 -
CMYK 0 0.75 0.26 0.10
HSL 320.58º 0.77% 0.56% -
HSV(B) 320.58º 0.75% 0.9% -
XYZ 41.5 22.79 40.74 -
YUV 122.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 230 58 171 0 0.75 0.26 0.10 320.58 0.77 0.56
Hex E6 3A AB 0 4B 1A A 141 4D 38
Octal 346 72 253 0 113 32 12 501 115 70
Binary 11100110 111010 10101011 0 1001011 11010 1010 101000001 1001101 111000

Color Harmonies of #E63AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AAB

Black with #E63AAB

Text Example


Text Example

White with #E63AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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