#EC2769

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

Shades of Cerise #EC2769

Tints of Cerise #EC2769

Color information

#EC2769 (or 0xEC2769) is unknown color: approx Cerise. HEX triplet: EC, 27 and 69. RGB value is (236,39,105). Sum of RGB (Red+Green+Blue) = 236+39+105=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2769 is #13D896. Grayscale: #696969. Windows color (decimal): -1300631 or 6891500. OLE color: 6891500.

HSL color Cylindrical-coordinate representation of color #EC2769: hue angle of 339.9º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2769 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB23639105-
CMYK00.830.560.07
HSL339.9º83.83%53.92%-
HSV(B)339.9º83.47%92.55%-
XYZ37.8720.315.29-
YUV105.43127.77221.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.11%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=62.11%
G=10.26%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363910500.830.560.07339.983.8353.92
HexEC27690533871545436
Octal35447151012370752412466
Binary111011001001111101001010100111110001111010101001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2769; }

 p { color: rgb(236,39,105); }

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

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

 a { background-color: rgb(236,39,105); }

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

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

 span { border-color: rgb(236,39,105); }

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