#E6327A

Color #E6327A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E6327A

Tints of Deep Cerise #E6327A

Color information

#E6327A (or 0xE6327A) is unknown color: approx Deep Cerise. HEX triplet: E6, 32 and 7A. RGB value is (230,50,122). Sum of RGB (Red+Green+Blue) = 230+50+122=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6327A is #19CD85. Grayscale: #6F6F6F. Windows color (decimal): -1691014 or 8008422. OLE color: 8008422.

HSL color Cylindrical-coordinate representation of color #E6327A: hue angle of 336º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6327A is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB23050122-
CMYK00.780.470.10
HSL336º78.26%54.9%-
HSV(B)336º78.26%90.2%-
XYZ37.2920.5120.41-
YUV112.03133.63212.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 50 (19.92% from 255) = 12.44%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=57.21%
G=12.44%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2305012200.780.470.1033678.2654.9
HexE6327A04E2FA1504e37
Octal346621720116571252011667
Binary1110011011001011110100100111010111110101010100001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6327A; }

 p { color: rgb(230,50,122); }

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

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

 a { background-color: rgb(230,50,122); }

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

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

 span { border-color: rgb(230,50,122); }

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