#E148AF

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

Shades of Brilliant Rose #E148AF

Tints of Brilliant Rose #E148AF

Color information

#E148AF (or 0xE148AF) is unknown color: approx Brilliant Rose. HEX triplet: E1, 48 and AF. RGB value is (225,72,175). Sum of RGB (Red+Green+Blue) = 225+72+175=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E148AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148AF is #1EB750. Grayscale: #818181. Windows color (decimal): -2013009 or 11487457. OLE color: 11487457.

HSL color Cylindrical-coordinate representation of color #E148AF: hue angle of 319.61º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148AF is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22572175-
CMYK00.680.220.12
HSL319.61º71.83%58.24%-
HSV(B)319.61º68%88.24%-
XYZ41.1123.7442.97-
YUV129.49153.69196.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=47.67%
G=15.25%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257217500.680.220.12319.6171.8358.24
HexE148AF04416C140483a
Octal3411102570104261450011072
Binary11100001100100010101111010001001011011001010000001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E148AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E148AF; }

 p { color: rgb(225,72,175); }

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

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

 a { background-color: rgb(225,72,175); }

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

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

 span { border-color: rgb(225,72,175); }

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