#e030b1

Color #E030B1 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E030B1

Tints of Persian Rose #E030B1

Color information

#E030B1 (or 0xE030B1) is unknown color: approx Persian Rose. HEX triplet: E0, 30 and B1. RGB value is (224,48,177). Sum of RGB (Red+Green+Blue) = 224+48+177=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E030B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030B1 is #1FCF4E. Grayscale: #727272. Windows color (decimal): -2084687 or 11612384. OLE color: 11612384.

HSL color Cylindrical-coordinate representation of color #E030B1: hue angle of 316.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030B1 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22448177-
CMYK00.790.210.12
HSL316.02º73.95%53.33%-
HSV(B)316.02º78.57%87.84%-
XYZ39.7321.1443.58-
YUV115.33162.81205.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 48 (19.14% from 255) = 10.69%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=49.89%
G=10.69%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244817700.790.210.12316.0273.9553.33
HexE030B104F15C13c4a35
Octal340602610117251447411265
Binary1110000011000010110001010011111010111001001111001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e030b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e030b1; }

 p { color: rgb(224,48,177); }

 H1.HeaderClassName
 {
   color: #e030b1;
 }
 .AnyTagClassName
 {
   color: #e030b1;
 }
</style>
background-color css

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

 a { background-color: rgb(224,48,177); }

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

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

 span { border-color: rgb(224,48,177); }

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