Html Css Color HEX #E43FAC Persian Rose

📋 copy color: '#E43FAC'

red 228 ◦ green 63 ◦ blue 172

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

Shades of Persian Rose #E43FAC

Tints of Persian Rose #E43FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.61%

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

R = 49.24%
G = 13.61%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E43FAC (or 0xE43FAC) is known color: Persian Rose. HEX triplet: E4, 3F and AC. RGB value is (228,63,172). Sum of RGB (Red+Green+Blue) = 228+63+172=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E43FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43FAC is #1BC053. Grayscale: #7C7C7C. Windows color (decimal): -1818708 or 11288548. OLE color: 11288548.

HSL color Cylindrical-coordinate representation of color #E43FAC: hue angle of 320.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E43FAC is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 63 172 -
CMYK 0 0.72 0.25 0.11
HSL 320.36º 0.75% 0.57% -
HSV(B) 320.36º 0.72% 0.89% -
XYZ 41.22 23.03 41.3 -
YUV 124.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 228 63 172 0 0.72 0.25 0.11 320.36 0.75 0.57
Hex E4 3F AC 0 48 19 B 140 4B 39
Octal 344 77 254 0 110 31 13 500 113 71
Binary 11100100 111111 10101100 0 1001000 11001 1011 101000000 1001011 111001

Color Harmonies of #E43FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43FAC

Black with #E43FAC

Text Example


Text Example

White with #E43FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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