Html Css Color HEX #E333A5 Persian Rose

📋 copy color: '#E333A5'

red 227 ◦ green 51 ◦ blue 165

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

Shades of Persian Rose #E333A5

Tints of Persian Rose #E333A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 51.24%
G = 11.51%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E333A5 (or 0xE333A5) is known color: Persian Rose. HEX triplet: E3, 33 and A5. RGB value is (227,51,165). Sum of RGB (Red+Green+Blue) = 227+51+165=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E333A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E333A5 is #1CCC5A. Grayscale: #747474. Windows color (decimal): -1887323 or 10826723. OLE color: 10826723.

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

Color convert

RGB 227 51 165 -
CMYK 0 0.78 0.27 0.11
HSL 321.14º 0.76% 0.55% -
HSV(B) 321.14º 0.78% 0.89% -
XYZ 39.65 21.42 37.64 -
YUV 116.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 227 51 165 0 0.78 0.27 0.11 321.14 0.76 0.55
Hex E3 33 A5 0 4E 1B B 141 4C 37
Octal 343 63 245 0 116 33 13 501 114 67
Binary 11100011 110011 10100101 0 1001110 11011 1011 101000001 1001100 110111

Color Harmonies of #E333A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E333A5

Black with #E333A5

Text Example


Text Example

White with #E333A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E333A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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