#E258A4

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

Shades of Brilliant Rose #E258A4

Tints of Brilliant Rose #E258A4

Color information

#E258A4 (or 0xE258A4) is unknown color: approx Brilliant Rose. HEX triplet: E2, 58 and A4. RGB value is (226,88,164). Sum of RGB (Red+Green+Blue) = 226+88+164=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E258A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E258A4 is #1DA75B. Grayscale: #898989. Windows color (decimal): -1943388 or 10770658. OLE color: 10770658.

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

Color convert

RGB22688164-
CMYK00.610.270.11
HSL326.96º70.41%61.57%-
HSV(B)326.96º61.06%88.63%-
XYZ41.5525.8337.92-
YUV137.93142.72190.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=47.28%
G=18.41%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268816400.610.270.11326.9670.4161.57
HexE258A403D1BB147463e
Octal342130244075331350710676
Binary1110001010110001010010001111011101110111010001111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E258A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E258A4; }

 p { color: rgb(226,88,164); }

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

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

 a { background-color: rgb(226,88,164); }

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

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

 span { border-color: rgb(226,88,164); }

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