Html Css Color HEX #E63BAE Persian Rose

📋 copy color: '#E63BAE'

red 230 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #E63BAE

Tints of Persian Rose #E63BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 49.68%
G = 12.74%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E63BAE (or 0xE63BAE) is known color: Persian Rose. HEX triplet: E6, 3B and AE. RGB value is (230,59,174). Sum of RGB (Red+Green+Blue) = 230+59+174=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63BAE is #19C451. Grayscale: #7A7A7A. Windows color (decimal): -1688658 or 11418598. OLE color: 11418598.

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

Color convert

RGB 230 59 174 -
CMYK 0 0.74 0.24 0.10
HSL 319.65º 0.77% 0.57% -
HSV(B) 319.65º 0.74% 0.9% -
XYZ 41.84 23.01 42.28 -
YUV 123.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 230 59 174 0 0.74 0.24 0.10 319.65 0.77 0.57
Hex E6 3B AE 0 4A 18 A 140 4D 39
Octal 346 73 256 0 112 30 12 500 115 71
Binary 11100110 111011 10101110 0 1001010 11000 1010 101000000 1001101 111001

Color Harmonies of #E63BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BAE

Black with #E63BAE

Text Example


Text Example

White with #E63BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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