Html Css Color HEX #E33CAC Persian Rose

📋 copy color: '#E33CAC'

red 227 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E33CAC

Tints of Persian Rose #E33CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.07%

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

R = 49.46%
G = 13.07%
B = 37.47%

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

#E33CAC (or 0xE33CAC) is known color: Persian Rose. HEX triplet: E3, 3C and AC. RGB value is (227,60,172). Sum of RGB (Red+Green+Blue) = 227+60+172=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33CAC is #1CC353. Grayscale: #7A7A7A. Windows color (decimal): -1885012 or 11287779. OLE color: 11287779.

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

Color convert

RGB 227 60 172 -
CMYK 0 0.74 0.24 0.11
HSL 319.76º 0.75% 0.56% -
HSV(B) 319.76º 0.74% 0.89% -
XYZ 40.74 22.54 41.23 -
YUV 122.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 227 60 172 0 0.74 0.24 0.11 319.76 0.75 0.56
Hex E3 3C AC 0 4A 18 B 140 4B 38
Octal 343 74 254 0 112 30 13 500 113 70
Binary 11100011 111100 10101100 0 1001010 11000 1011 101000000 1001011 111000

Color Harmonies of #E33CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33CAC

Black with #E33CAC

Text Example


Text Example

White with #E33CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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