Html Css Color HEX #EC2374 Cerise

📋 copy color: '#EC2374'

red 236 ◦ green 35 ◦ blue 116

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

Shades of Cerise #EC2374

Tints of Cerise #EC2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.04%

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 60.98%
G = 9.04%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC2374 (or 0xEC2374) is known color: Cerise. HEX triplet: EC, 23 and 74. RGB value is (236,35,116). Sum of RGB (Red+Green+Blue) = 236+35+116=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2374 is #13DC8B. Grayscale: #686868. Windows color (decimal): -1301644 or 7611372. OLE color: 7611372.

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

Color convert

RGB 236 35 116 -
CMYK 0 0.85 0.51 0.07
HSL 335.82º 0.84% 0.53% -
HSV(B) 335.82º 0.85% 0.93% -
XYZ 38.35 20.3 18.42 -
YUV 104.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 236 35 116 0 0.85 0.51 0.07 335.82 0.84 0.53
Hex EC 23 74 0 55 33 7 150 54 35
Octal 354 43 164 0 125 63 7 520 124 65
Binary 11101100 100011 1110100 0 1010101 110011 111 101010000 1010100 110101

Color Harmonies of #EC2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2374

Black with #EC2374

Text Example


Text Example

White with #EC2374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2374; }

 p { color: rgb(236,35,116); }

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

background-color css

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

 a { background-color: rgb(236,35,116); }

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

border-color css

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

 span { border-color: rgb(236,35,116); }

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