#E256B1

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

Shades of Brilliant Rose #E256B1

Tints of Brilliant Rose #E256B1

Color information

#E256B1 (or 0xE256B1) is unknown color: approx Brilliant Rose. HEX triplet: E2, 56 and B1. RGB value is (226,86,177). Sum of RGB (Red+Green+Blue) = 226+86+177=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E256B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E256B1 is #1DA94E. Grayscale: #8A8A8A. Windows color (decimal): -1943887 or 11622114. OLE color: 11622114.

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

Color convert

RGB22686177-
CMYK00.620.220.11
HSL321º70.71%61.18%-
HSV(B)321º61.95%88.63%-
XYZ42.632644.37-
YUV138.23149.88190.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.22%
GREEN value IS 86 (33.98% from 255) = 17.59%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=46.22%
G=17.59%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268617700.620.220.1132170.7161.18
HexE256B103E16B141473d
Octal342126261076261350110775
Binary1110001010101101011000101111101011010111010000011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E256B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E256B1; }

 p { color: rgb(226,86,177); }

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

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

 a { background-color: rgb(226,86,177); }

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

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

 span { border-color: rgb(226,86,177); }

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