Html Css Color HEX #E43BAE Persian Rose

📋 copy color: '#E43BAE'

red 228 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #E43BAE

Tints of Persian Rose #E43BAE

RGB

 RED value IS 228 (89.45% from 255) = 49.46%

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

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

R = 49.46%
G = 12.8%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E43BAE (or 0xE43BAE) is known color: Persian Rose. HEX triplet: E4, 3B and AE. RGB value is (228,59,174). Sum of RGB (Red+Green+Blue) = 228+59+174=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E43BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43BAE is #1BC451. Grayscale: #7A7A7A. Windows color (decimal): -1819730 or 11418596. OLE color: 11418596.

HSL color Cylindrical-coordinate representation of color #E43BAE: hue angle of 319.17º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43BAE is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 59 174 -
CMYK 0 0.74 0.24 0.11
HSL 319.17º 0.76% 0.56% -
HSV(B) 319.17º 0.74% 0.89% -
XYZ 41.2 22.68 42.25 -
YUV 122.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 228 59 174 0 0.74 0.24 0.11 319.17 0.76 0.56
Hex E4 3B AE 0 4A 18 B 13F 4C 38
Octal 344 73 256 0 112 30 13 477 114 70
Binary 11100100 111011 10101110 0 1001010 11000 1011 100111111 1001100 111000

Color Harmonies of #E43BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43BAE

Black with #E43BAE

Text Example


Text Example

White with #E43BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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