#E14E9E

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

Shades of Brilliant Rose #E14E9E

Tints of Brilliant Rose #E14E9E

Color information

#E14E9E (or 0xE14E9E) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4E and 9E. RGB value is (225,78,158). Sum of RGB (Red+Green+Blue) = 225+78+158=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E9E is #1EB161. Grayscale: #828282. Windows color (decimal): -2011490 or 10374881. OLE color: 10374881.

HSL color Cylindrical-coordinate representation of color #E14E9E: hue angle of 327.35º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E9E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB22578158-
CMYK00.650.300.12
HSL327.35º71.01%59.41%-
HSV(B)327.35º65.33%88.24%-
XYZ39.9523.9234.86-
YUV131.07143.2195-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=48.81%
G=16.92%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257815800.650.300.12327.3571.0159.41
HexE14E9E0411EC147473b
Octal3411162360101361450710773
Binary11100001100111010011110010000011111011001010001111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14E9E; }

 p { color: rgb(225,78,158); }

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

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

 a { background-color: rgb(225,78,158); }

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

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

 span { border-color: rgb(225,78,158); }

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