#E453B4

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

Shades of Brilliant Rose #E453B4

Tints of Brilliant Rose #E453B4

Color information

#E453B4 (or 0xE453B4) is unknown color: approx Brilliant Rose. HEX triplet: E4, 53 and B4. RGB value is (228,83,180). Sum of RGB (Red+Green+Blue) = 228+83+180=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E453B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E453B4 is #1BAC4B. Grayscale: #898989. Windows color (decimal): -1813580 or 11817956. OLE color: 11817956.

HSL color Cylindrical-coordinate representation of color #E453B4: hue angle of 319.86º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E453B4 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB22883180-
CMYK00.640.210.11
HSL319.86º72.86%60.98%-
HSV(B)319.86º63.6%89.41%-
XYZ43.3325.9845.91-
YUV137.41152.04192.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.44%
GREEN value IS 83 (32.81% from 255) = 16.90%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=46.44%
G=16.90%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288318000.640.210.11319.8672.8660.98
HexE453B404015B140493d
Octal3441232640100251350011175
Binary11100100101001110110100010000001010110111010000001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E453B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E453B4; }

 p { color: rgb(228,83,180); }

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

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

 a { background-color: rgb(228,83,180); }

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

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

 span { border-color: rgb(228,83,180); }

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