Html Css Color HEX #EC2B6E Cerise

📋 copy color: '#EC2B6E'

red 236 ◦ green 43 ◦ blue 110

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

Shades of Cerise #EC2B6E

Tints of Cerise #EC2B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 60.67%
G = 11.05%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2B6E (or 0xEC2B6E) is known color: Cerise. HEX triplet: EC, 2B and 6E. RGB value is (236,43,110). Sum of RGB (Red+Green+Blue) = 236+43+110=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B6E is #13D491. Grayscale: #6C6C6C. Windows color (decimal): -1299602 or 7220204. OLE color: 7220204.

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

Color convert

RGB 236 43 110 -
CMYK 0 0.82 0.53 0.07
HSL 339.17º 0.84% 0.55% -
HSV(B) 339.17º 0.82% 0.93% -
XYZ 38.27 20.69 16.73 -
YUV 108.35 128.94 219.05 -
System Red Green Blue C M Y K H S L
Decimal 236 43 110 0 0.82 0.53 0.07 339.17 0.84 0.55
Hex EC 2B 6E 0 52 35 7 153 54 37
Octal 354 53 156 0 122 65 7 523 124 67
Binary 11101100 101011 1101110 0 1010010 110101 111 101010011 1010100 110111

Color Harmonies of #EC2B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B6E

Black with #EC2B6E

Text Example


Text Example

White with #EC2B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B6E; }

 p { color: rgb(236,43,110); }

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

background-color css

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

 a { background-color: rgb(236,43,110); }

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

border-color css

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

 span { border-color: rgb(236,43,110); }

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