#EF326A

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

Shades of Cerise #EF326A

Tints of Cerise #EF326A

Color information

#EF326A (or 0xEF326A) is unknown color: approx Cerise. HEX triplet: EF, 32 and 6A. RGB value is (239,50,106). Sum of RGB (Red+Green+Blue) = 239+50+106=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF326A is #10CD95. Grayscale: #707070. Windows color (decimal): -1101206 or 6959855. OLE color: 6959855.

HSL color Cylindrical-coordinate representation of color #EF326A: hue angle of 342.22º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF326A is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23950106-
CMYK00.790.560.06
HSL342.22º85.52%56.67%-
HSV(B)342.22º79.08%93.73%-
XYZ39.3421.6715.75-
YUV112.9124.12217.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.51%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=60.51%
G=12.66%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395010600.790.560.06342.2285.5256.67
HexEF326A04F3861565639
Octal35762152011770652612671
Binary111011111100101101010010011111110001101010101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF326A; }

 p { color: rgb(239,50,106); }

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

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

 a { background-color: rgb(239,50,106); }

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

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

 span { border-color: rgb(239,50,106); }

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