Html Css Color HEX #E335A2 Persian Rose

📋 copy color: '#E335A2'

red 227 ◦ green 53 ◦ blue 162

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

Shades of Persian Rose #E335A2

Tints of Persian Rose #E335A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 51.36%
G = 11.99%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E335A2 (or 0xE335A2) is known color: Persian Rose. HEX triplet: E3, 35 and A2. RGB value is (227,53,162). Sum of RGB (Red+Green+Blue) = 227+53+162=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E335A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E335A2 is #1CCA5D. Grayscale: #757575. Windows color (decimal): -1886814 or 10630627. OLE color: 10630627.

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

Color convert

RGB 227 53 162 -
CMYK 0 0.77 0.29 0.11
HSL 322.41º 0.76% 0.55% -
HSV(B) 322.41º 0.77% 0.89% -
XYZ 39.47 21.49 36.25 -
YUV 117.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 227 53 162 0 0.77 0.29 0.11 322.41 0.76 0.55
Hex E3 35 A2 0 4D 1D B 142 4C 37
Octal 343 65 242 0 115 35 13 502 114 67
Binary 11100011 110101 10100010 0 1001101 11101 1011 101000010 1001100 110111

Color Harmonies of #E335A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E335A2

Black with #E335A2

Text Example


Text Example

White with #E335A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E335A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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