Html Css Color HEX #E333A2 Persian Rose

📋 copy color: '#E333A2'

red 227 ◦ green 51 ◦ blue 162

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

Shades of Persian Rose #E333A2

Tints of Persian Rose #E333A2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.59%

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

R = 51.59%
G = 11.59%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E333A2 (or 0xE333A2) is known color: Persian Rose. HEX triplet: E3, 33 and A2. RGB value is (227,51,162). Sum of RGB (Red+Green+Blue) = 227+51+162=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E333A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E333A2 is #1CCC5D. Grayscale: #747474. Windows color (decimal): -1887326 or 10630115. OLE color: 10630115.

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

Color convert

RGB 227 51 162 -
CMYK 0 0.78 0.29 0.11
HSL 322.16º 0.76% 0.55% -
HSV(B) 322.16º 0.78% 0.89% -
XYZ 39.38 21.31 36.22 -
YUV 116.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 227 51 162 0 0.78 0.29 0.11 322.16 0.76 0.55
Hex E3 33 A2 0 4E 1D B 142 4C 37
Octal 343 63 242 0 116 35 13 502 114 67
Binary 11100011 110011 10100010 0 1001110 11101 1011 101000010 1001100 110111

Color Harmonies of #E333A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E333A2

Black with #E333A2

Text Example


Text Example

White with #E333A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E333A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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