Html Css Color HEX #EC2965 Cerise

📋 copy color: '#EC2965'

red 236 ◦ green 41 ◦ blue 101

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

Shades of Cerise #EC2965

Tints of Cerise #EC2965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 62.43%
G = 10.85%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC2965 (or 0xEC2965) is known color: Cerise. HEX triplet: EC, 29 and 65. RGB value is (236,41,101). Sum of RGB (Red+Green+Blue) = 236+41+101=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2965 is #13D69A. Grayscale: #6A6A6A. Windows color (decimal): -1300123 or 6629868. OLE color: 6629868.

HSL color Cylindrical-coordinate representation of color #EC2965: hue angle of 341.54º 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 #EC2965 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 41 101 -
CMYK 0 0.83 0.57 0.07
HSL 341.54º 0.84% 0.54% -
HSV(B) 341.54º 0.83% 0.93% -
XYZ 37.73 20.36 14.25 -
YUV 106.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 236 41 101 0 0.83 0.57 0.07 341.54 0.84 0.54
Hex EC 29 65 0 53 39 7 156 54 36
Octal 354 51 145 0 123 71 7 526 124 66
Binary 11101100 101001 1100101 0 1010011 111001 111 101010110 1010100 110110

Color Harmonies of #EC2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2965

Black with #EC2965

Text Example


Text Example

White with #EC2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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