Html Css Color HEX #E330A5 Persian Rose

📋 copy color: '#E330A5'

red 227 ◦ green 48 ◦ blue 165

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

Shades of Persian Rose #E330A5

Tints of Persian Rose #E330A5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.91%

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

R = 51.59%
G = 10.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E330A5 (or 0xE330A5) is known color: Persian Rose. HEX triplet: E3, 30 and A5. RGB value is (227,48,165). Sum of RGB (Red+Green+Blue) = 227+48+165=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E330A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330A5 is #1CCF5A. Grayscale: #727272. Windows color (decimal): -1888091 or 10825955. OLE color: 10825955.

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

Color convert

RGB 227 48 165 -
CMYK 0 0.79 0.27 0.11
HSL 320.78º 0.76% 0.54% -
HSV(B) 320.78º 0.79% 0.89% -
XYZ 39.53 21.16 37.6 -
YUV 114.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 227 48 165 0 0.79 0.27 0.11 320.78 0.76 0.54
Hex E3 30 A5 0 4F 1B B 141 4C 36
Octal 343 60 245 0 117 33 13 501 114 66
Binary 11100011 110000 10100101 0 1001111 11011 1011 101000001 1001100 110110

Color Harmonies of #E330A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E330A5

Black with #E330A5

Text Example


Text Example

White with #E330A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E330A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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