Html Css Color HEX #E335AC Persian Rose

📋 copy color: '#E335AC'

red 227 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #E335AC

Tints of Persian Rose #E335AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.73%

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

R = 50.22%
G = 11.73%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E335AC (or 0xE335AC) is known color: Persian Rose. HEX triplet: E3, 35 and AC. RGB value is (227,53,172). Sum of RGB (Red+Green+Blue) = 227+53+172=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E335AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E335AC is #1CCA53. Grayscale: #767676. Windows color (decimal): -1886804 or 11285987. OLE color: 11285987.

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

Color convert

RGB 227 53 172 -
CMYK 0 0.77 0.24 0.11
HSL 318.97º 0.76% 0.55% -
HSV(B) 318.97º 0.77% 0.89% -
XYZ 40.4 21.86 41.12 -
YUV 118.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 227 53 172 0 0.77 0.24 0.11 318.97 0.76 0.55
Hex E3 35 AC 0 4D 18 B 13F 4C 37
Octal 343 65 254 0 115 30 13 477 114 67
Binary 11100011 110101 10101100 0 1001101 11000 1011 100111111 1001100 110111

Color Harmonies of #E335AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E335AC

Black with #E335AC

Text Example


Text Example

White with #E335AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E335AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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