Html Css Color HEX #E33BAC Persian Rose

📋 copy color: '#E33BAC'

red 227 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E33BAC

Tints of Persian Rose #E33BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.88%

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

R = 49.56%
G = 12.88%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E33BAC (or 0xE33BAC) is known color: Persian Rose. HEX triplet: E3, 3B and AC. RGB value is (227,59,172). Sum of RGB (Red+Green+Blue) = 227+59+172=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33BAC is #1CC453. Grayscale: #797979. Windows color (decimal): -1885268 or 11287523. OLE color: 11287523.

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

Color convert

RGB 227 59 172 -
CMYK 0 0.74 0.24 0.11
HSL 319.64º 0.75% 0.56% -
HSV(B) 319.64º 0.74% 0.89% -
XYZ 40.69 22.44 41.22 -
YUV 122.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 227 59 172 0 0.74 0.24 0.11 319.64 0.75 0.56
Hex E3 3B AC 0 4A 18 B 140 4B 38
Octal 343 73 254 0 112 30 13 500 113 70
Binary 11100011 111011 10101100 0 1001010 11000 1011 101000000 1001011 111000

Color Harmonies of #E33BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33BAC

Black with #E33BAC

Text Example


Text Example

White with #E33BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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