Html Css Color HEX #E33FAC Persian Rose

📋 copy color: '#E33FAC'

red 227 ◦ green 63 ◦ blue 172

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

Shades of Persian Rose #E33FAC

Tints of Persian Rose #E33FAC

RGB

 RED value IS 227 (89.06% from 255) = 49.13%

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

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

R = 49.13%
G = 13.64%
B = 37.23%

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

#E33FAC (or 0xE33FAC) is known color: Persian Rose. HEX triplet: E3, 3F and AC. RGB value is (227,63,172). Sum of RGB (Red+Green+Blue) = 227+63+172=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33FAC is #1CC053. Grayscale: #7C7C7C. Windows color (decimal): -1884244 or 11288547. OLE color: 11288547.

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

Color convert

RGB 227 63 172 -
CMYK 0 0.72 0.24 0.11
HSL 320.12º 0.75% 0.57% -
HSV(B) 320.12º 0.72% 0.89% -
XYZ 40.9 22.86 41.29 -
YUV 124.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 227 63 172 0 0.72 0.24 0.11 320.12 0.75 0.57
Hex E3 3F AC 0 48 18 B 140 4B 39
Octal 343 77 254 0 110 30 13 500 113 71
Binary 11100011 111111 10101100 0 1001000 11000 1011 101000000 1001011 111001

Color Harmonies of #E33FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33FAC

Black with #E33FAC

Text Example


Text Example

White with #E33FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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