Html Css Color HEX #E42EAC Persian Rose

📋 copy color: '#E42EAC'

red 228 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #E42EAC

Tints of Persian Rose #E42EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.31%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 51.12%
G = 10.31%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E42EAC (or 0xE42EAC) is known color: Persian Rose. HEX triplet: E4, 2E and AC. RGB value is (228,46,172). Sum of RGB (Red+Green+Blue) = 228+46+172=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E42EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42EAC is #1BD153. Grayscale: #727272. Windows color (decimal): -1823060 or 11284196. OLE color: 11284196.

HSL color Cylindrical-coordinate representation of color #E42EAC: hue angle of 318.46º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42EAC is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 46 172 -
CMYK 0 0.80 0.25 0.11
HSL 318.46º 0.77% 0.54% -
HSV(B) 318.46º 0.8% 0.89% -
XYZ 40.42 21.43 41.04 -
YUV 114.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 228 46 172 0 0.80 0.25 0.11 318.46 0.77 0.54
Hex E4 2E AC 0 50 19 B 13E 4D 36
Octal 344 56 254 0 120 31 13 476 115 66
Binary 11100100 101110 10101100 0 1010000 11001 1011 100111110 1001101 110110

Color Harmonies of #E42EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42EAC

Black with #E42EAC

Text Example


Text Example

White with #E42EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42EAC; }

 p { color: rgb(228,46,172); }

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

background-color css

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

 a { background-color: rgb(228,46,172); }

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

border-color css

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

 span { border-color: rgb(228,46,172); }

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