Html Css Color HEX #EC2B6F Cerise

📋 copy color: '#EC2B6F'

red 236 ◦ green 43 ◦ blue 111

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

Shades of Cerise #EC2B6F

Tints of Cerise #EC2B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 60.51%
G = 11.03%
B = 28.46%

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

#EC2B6F (or 0xEC2B6F) is known color: Cerise. HEX triplet: EC, 2B and 6F. RGB value is (236,43,111). Sum of RGB (Red+Green+Blue) = 236+43+111=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B6F is #13D490. Grayscale: #6C6C6C. Windows color (decimal): -1299601 or 7285740. OLE color: 7285740.

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

Color convert

RGB 236 43 111 -
CMYK 0 0.82 0.53 0.07
HSL 338.86º 0.84% 0.55% -
HSV(B) 338.86º 0.82% 0.93% -
XYZ 38.33 20.71 17.02 -
YUV 108.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 236 43 111 0 0.82 0.53 0.07 338.86 0.84 0.55
Hex EC 2B 6F 0 52 35 7 153 54 37
Octal 354 53 157 0 122 65 7 523 124 67
Binary 11101100 101011 1101111 0 1010010 110101 111 101010011 1010100 110111

Color Harmonies of #EC2B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B6F

Black with #EC2B6F

Text Example


Text Example

White with #EC2B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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