Html Css Color HEX #E42BAE Persian Rose

📋 copy color: '#E42BAE'

red 228 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #E42BAE

Tints of Persian Rose #E42BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

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

R = 51.24%
G = 9.66%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E42BAE (or 0xE42BAE) is known color: Persian Rose. HEX triplet: E4, 2B and AE. RGB value is (228,43,174). Sum of RGB (Red+Green+Blue) = 228+43+174=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42BAE is #1BD451. Grayscale: #707070. Windows color (decimal): -1823826 or 11414500. OLE color: 11414500.

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

Color convert

RGB 228 43 174 -
CMYK 0 0.81 0.24 0.11
HSL 317.51º 0.77% 0.53% -
HSV(B) 317.51º 0.81% 0.89% -
XYZ 40.5 21.28 42.02 -
YUV 113.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 228 43 174 0 0.81 0.24 0.11 317.51 0.77 0.53
Hex E4 2B AE 0 51 18 B 13E 4D 35
Octal 344 53 256 0 121 30 13 476 115 65
Binary 11100100 101011 10101110 0 1010001 11000 1011 100111110 1001101 110101

Color Harmonies of #E42BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BAE

Black with #E42BAE

Text Example


Text Example

White with #E42BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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