#CE2B90

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

Shades of Deep Cerise #CE2B90

Tints of Deep Cerise #CE2B90

Color information

#CE2B90 (or 0xCE2B90) is unknown color: approx Deep Cerise. HEX triplet: CE, 2B and 90. RGB value is (206,43,144). Sum of RGB (Red+Green+Blue) = 206+43+144=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B90 is #31D46F. Grayscale: #676767. Windows color (decimal): -3265648 or 9448398. OLE color: 9448398.

HSL color Cylindrical-coordinate representation of color #CE2B90: hue angle of 322.82º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B90 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB20643144-
CMYK00.790.300.19
HSL322.82º65.46%48.82%-
HSV(B)322.82º79.13%80.78%-
XYZ31.3516.8627.99-
YUV103.25151201.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 43 (17.19% from 255) = 10.94%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=52.42%
G=10.94%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064314400.790.300.19322.8265.4648.82
HexCE2B9004F1E131434131
Octal316532200117362350310161
Binary11001110101011100100000100111111110100111010000111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B90; }

 p { color: rgb(206,43,144); }

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

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

 a { background-color: rgb(206,43,144); }

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

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

 span { border-color: rgb(206,43,144); }

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