Html Css Color HEX #EC416A Cerise

📋 copy color: '#EC416A'

red 236 ◦ green 65 ◦ blue 106

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

Shades of Cerise #EC416A

Tints of Cerise #EC416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 57.99%
G = 15.97%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC416A (or 0xEC416A) is known color: Cerise. HEX triplet: EC, 41 and 6A. RGB value is (236,65,106). Sum of RGB (Red+Green+Blue) = 236+65+106=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC416A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC416A is #13BE95. Grayscale: #787878. Windows color (decimal): -1293974 or 6963692. OLE color: 6963692.

HSL color Cylindrical-coordinate representation of color #EC416A: hue angle of 345.61º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC416A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 106 -
CMYK 0 0.72 0.55 0.07
HSL 345.61º 0.82% 0.59% -
HSV(B) 345.61º 0.72% 0.93% -
XYZ 39.08 22.65 15.95 -
YUV 120.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 236 65 106 0 0.72 0.55 0.07 345.61 0.82 0.59
Hex EC 41 6A 0 48 37 7 15A 52 3B
Octal 354 101 152 0 110 67 7 532 122 73
Binary 11101100 1000001 1101010 0 1001000 110111 111 101011010 1010010 111011

Color Harmonies of #EC416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC416A

Black with #EC416A

Text Example


Text Example

White with #EC416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC416A; }

 p { color: rgb(236,65,106); }

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

background-color css

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

 a { background-color: rgb(236,65,106); }

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

border-color css

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

 span { border-color: rgb(236,65,106); }

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