Html Css Color HEX #EC2672 Cerise

📋 copy color: '#EC2672'

red 236 ◦ green 38 ◦ blue 114

#EC2672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EC2672

Tints of Cerise #EC2672

RGB

 RED value IS 236 (92.58% from 255) = 60.82%

 GREEN value IS 38 (15.23% from 255) = 9.79%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 60.82%
G = 9.79%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2672 (or 0xEC2672) is known color: Cerise. HEX triplet: EC, 26 and 72. RGB value is (236,38,114). Sum of RGB (Red+Green+Blue) = 236+38+114=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2672 is #13D98D. Grayscale: #696969. Windows color (decimal): -1300878 or 7481068. OLE color: 7481068.

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

Color convert

RGB 236 38 114 -
CMYK 0 0.84 0.52 0.07
HSL 336.97º 0.84% 0.54% -
HSV(B) 336.97º 0.84% 0.93% -
XYZ 38.32 20.43 17.84 -
YUV 105.87 132.6 220.82 -
System Red Green Blue C M Y K H S L
Decimal 236 38 114 0 0.84 0.52 0.07 336.97 0.84 0.54
Hex EC 26 72 0 54 34 7 151 54 36
Octal 354 46 162 0 124 64 7 521 124 66
Binary 11101100 100110 1110010 0 1010100 110100 111 101010001 1010100 110110

Color Harmonies of #EC2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2672

Black with #EC2672

Text Example


Text Example

White with #EC2672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2672; }

 p { color: rgb(236,38,114); }

 H1.HeaderClassName
 {
   color: #EC2672;
 }
 .AnyTagClassName
 {
   color: #EC2672;
 }
</style>

background-color css

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

 a { background-color: rgb(236,38,114); }

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

border-color css

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

 span { border-color: rgb(236,38,114); }

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