Html Css Color HEX #EC345F Cerise

📋 copy color: '#EC345F'

red 236 ◦ green 52 ◦ blue 95

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

Shades of Cerise #EC345F

Tints of Cerise #EC345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

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

R = 61.62%
G = 13.58%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC345F (or 0xEC345F) is known color: Cerise. HEX triplet: EC, 34 and 5F. RGB value is (236,52,95). Sum of RGB (Red+Green+Blue) = 236+52+95=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC345F is #13CBA0. Grayscale: #6F6F6F. Windows color (decimal): -1297313 or 6239468. OLE color: 6239468.

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

Color convert

RGB 236 52 95 -
CMYK 0 0.78 0.60 0.07
HSL 345.98º 0.83% 0.56% -
HSV(B) 345.98º 0.78% 0.93% -
XYZ 37.89 21.12 12.91 -
YUV 111.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 236 52 95 0 0.78 0.60 0.07 345.98 0.83 0.56
Hex EC 34 5F 0 4E 3C 7 15A 53 38
Octal 354 64 137 0 116 74 7 532 123 70
Binary 11101100 110100 1011111 0 1001110 111100 111 101011010 1010011 111000

Color Harmonies of #EC345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC345F

Black with #EC345F

Text Example


Text Example

White with #EC345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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