Html Css Color HEX #E23FAC Persian Rose

📋 copy color: '#E23FAC'

red 226 ◦ green 63 ◦ blue 172

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

Shades of Persian Rose #E23FAC

Tints of Persian Rose #E23FAC

RGB

 RED value IS 226 (88.67% from 255) = 49.02%

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

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

R = 49.02%
G = 13.67%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E23FAC (or 0xE23FAC) is known color: Persian Rose. HEX triplet: E2, 3F and AC. RGB value is (226,63,172). Sum of RGB (Red+Green+Blue) = 226+63+172=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23FAC is #1DC053. Grayscale: #7B7B7B. Windows color (decimal): -1949780 or 11288546. OLE color: 11288546.

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

Color convert

RGB 226 63 172 -
CMYK 0 0.72 0.24 0.11
HSL 319.88º 0.74% 0.57% -
HSV(B) 319.88º 0.72% 0.89% -
XYZ 40.59 22.7 41.27 -
YUV 124.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 226 63 172 0 0.72 0.24 0.11 319.88 0.74 0.57
Hex E2 3F AC 0 48 18 B 140 4A 39
Octal 342 77 254 0 110 30 13 500 112 71
Binary 11100010 111111 10101100 0 1001000 11000 1011 101000000 1001010 111001

Color Harmonies of #E23FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23FAC

Black with #E23FAC

Text Example


Text Example

White with #E23FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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