Html Css Color HEX #E63BAA Persian Rose

📋 copy color: '#E63BAA'

red 230 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #E63BAA

Tints of Persian Rose #E63BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 50.11%
G = 12.85%
B = 37.04%

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

#E63BAA (or 0xE63BAA) is known color: Persian Rose. HEX triplet: E6, 3B and AA. RGB value is (230,59,170). Sum of RGB (Red+Green+Blue) = 230+59+170=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63BAA is #19C455. Grayscale: #7A7A7A. Windows color (decimal): -1688662 or 11156454. OLE color: 11156454.

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

Color convert

RGB 230 59 170 -
CMYK 0 0.74 0.26 0.10
HSL 321.05º 0.77% 0.57% -
HSV(B) 321.05º 0.74% 0.9% -
XYZ 41.45 22.85 40.26 -
YUV 122.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 230 59 170 0 0.74 0.26 0.10 321.05 0.77 0.57
Hex E6 3B AA 0 4A 1A A 141 4D 39
Octal 346 73 252 0 112 32 12 501 115 71
Binary 11100110 111011 10101010 0 1001010 11010 1010 101000001 1001101 111001

Color Harmonies of #E63BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BAA

Black with #E63BAA

Text Example


Text Example

White with #E63BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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