#E444B2

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

Shades of Brilliant Rose #E444B2

Tints of Brilliant Rose #E444B2

Color information

#E444B2 (or 0xE444B2) is unknown color: approx Brilliant Rose. HEX triplet: E4, 44 and B2. RGB value is (228,68,178). Sum of RGB (Red+Green+Blue) = 228+68+178=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E444B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E444B2 is #1BBB4D. Grayscale: #808080. Windows color (decimal): -1817422 or 11683044. OLE color: 11683044.

HSL color Cylindrical-coordinate representation of color #E444B2: hue angle of 318.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E444B2 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB22868178-
CMYK00.700.220.11
HSL318.75º74.77%58.04%-
HSV(B)318.75º70.18%89.41%-
XYZ42.123.8444.5-
YUV128.38156.01199.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.10%
GREEN value IS 68 (26.95% from 255) = 14.35%
BLUE value IS 178 (69.92% from 255) = 37.55%
R=48.10%
G=14.35%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286817800.700.220.11318.7574.7758.04
HexE444B204616B13f4b3a
Octal3441042620106261347711372
Binary11100100100010010110010010001101011010111001111111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E444B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E444B2; }

 p { color: rgb(228,68,178); }

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

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

 a { background-color: rgb(228,68,178); }

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

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

 span { border-color: rgb(228,68,178); }

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