Html Css Color HEX #EC295E Cerise

📋 copy color: '#EC295E'

red 236 ◦ green 41 ◦ blue 94

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

Shades of Cerise #EC295E

Tints of Cerise #EC295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 63.61%
G = 11.05%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC295E (or 0xEC295E) is known color: Cerise. HEX triplet: EC, 29 and 5E. RGB value is (236,41,94). Sum of RGB (Red+Green+Blue) = 236+41+94=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC295E is #13D6A1. Grayscale: #696969. Windows color (decimal): -1300130 or 6171116. OLE color: 6171116.

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

Color convert

RGB 236 41 94 -
CMYK 0 0.83 0.60 0.07
HSL 343.69º 0.84% 0.54% -
HSV(B) 343.69º 0.83% 0.93% -
XYZ 37.41 20.23 12.52 -
YUV 105.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 236 41 94 0 0.83 0.60 0.07 343.69 0.84 0.54
Hex EC 29 5E 0 53 3C 7 158 54 36
Octal 354 51 136 0 123 74 7 530 124 66
Binary 11101100 101001 1011110 0 1010011 111100 111 101011000 1010100 110110

Color Harmonies of #EC295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC295E

Black with #EC295E

Text Example


Text Example

White with #EC295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC295E; }

 p { color: rgb(236,41,94); }

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

background-color css

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

 a { background-color: rgb(236,41,94); }

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

border-color css

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

 span { border-color: rgb(236,41,94); }

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