Html Css Color HEX #EC2670 Cerise

📋 copy color: '#EC2670'

red 236 ◦ green 38 ◦ blue 112

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

Shades of Cerise #EC2670

Tints of Cerise #EC2670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 61.14%
G = 9.84%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2670 (or 0xEC2670) is known color: Cerise. HEX triplet: EC, 26 and 70. RGB value is (236,38,112). Sum of RGB (Red+Green+Blue) = 236+38+112=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2670 is #13D98F. Grayscale: #696969. Windows color (decimal): -1300880 or 7349996. OLE color: 7349996.

HSL color Cylindrical-coordinate representation of color #EC2670: hue angle of 337.58º 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 #EC2670 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 112 -
CMYK 0 0.84 0.53 0.07
HSL 337.58º 0.84% 0.54% -
HSV(B) 337.58º 0.84% 0.93% -
XYZ 38.21 20.39 17.25 -
YUV 105.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 236 38 112 0 0.84 0.53 0.07 337.58 0.84 0.54
Hex EC 26 70 0 54 35 7 152 54 36
Octal 354 46 160 0 124 65 7 522 124 66
Binary 11101100 100110 1110000 0 1010100 110101 111 101010010 1010100 110110

Color Harmonies of #EC2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2670

Black with #EC2670

Text Example


Text Example

White with #EC2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2670; }

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

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

background-color css

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

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

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

border-color css

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

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

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