Html Css Color HEX #EC375F Cerise

📋 copy color: '#EC375F'

red 236 ◦ green 55 ◦ blue 95

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

Shades of Cerise #EC375F

Tints of Cerise #EC375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 61.14%
G = 14.25%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC375F (or 0xEC375F) is known color: Cerise. HEX triplet: EC, 37 and 5F. RGB value is (236,55,95). Sum of RGB (Red+Green+Blue) = 236+55+95=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC375F is #13C8A0. Grayscale: #717171. Windows color (decimal): -1296545 or 6240236. OLE color: 6240236.

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

Color convert

RGB 236 55 95 -
CMYK 0 0.77 0.60 0.07
HSL 346.74º 0.83% 0.57% -
HSV(B) 346.74º 0.77% 0.93% -
XYZ 38.02 21.39 12.95 -
YUV 113.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 236 55 95 0 0.77 0.60 0.07 346.74 0.83 0.57
Hex EC 37 5F 0 4D 3C 7 15B 53 39
Octal 354 67 137 0 115 74 7 533 123 71
Binary 11101100 110111 1011111 0 1001101 111100 111 101011011 1010011 111001

Color Harmonies of #EC375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC375F

Black with #EC375F

Text Example


Text Example

White with #EC375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC375F; }

 p { color: rgb(236,55,95); }

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

background-color css

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

 a { background-color: rgb(236,55,95); }

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

border-color css

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

 span { border-color: rgb(236,55,95); }

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