#CE255E

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

Shades of Cerise #CE255E

Tints of Cerise #CE255E

Color information

#CE255E (or 0xCE255E) is unknown color: approx Cerise. HEX triplet: CE, 25 and 5E. RGB value is (206,37,94). Sum of RGB (Red+Green+Blue) = 206+37+94=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE255E is #31DAA1. Grayscale: #5D5D5D. Windows color (decimal): -3267234 or 6170062. OLE color: 6170062.

HSL color Cylindrical-coordinate representation of color #CE255E: hue angle of 339.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE255E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2063794-
CMYK00.820.540.19
HSL339.76º69.55%47.65%-
HSV(B)339.76º82.04%80.78%-
XYZ28.1415.2512.05-
YUV94.03127.99207.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 37 (14.84% from 255) = 10.98%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=61.13%
G=10.98%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206379400.820.540.19339.7669.5547.65
HexCE255E05236131544630
Octal316451360122662352410660
Binary11001110100101101111001010010110110100111010101001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE255E; }

 p { color: rgb(206,37,94); }

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

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

 a { background-color: rgb(206,37,94); }

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

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

 span { border-color: rgb(206,37,94); }

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