Html Css Color HEX #EC2B5F Cerise

📋 copy color: '#EC2B5F'

red 236 ◦ green 43 ◦ blue 95

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

Shades of Cerise #EC2B5F

Tints of Cerise #EC2B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 63.1%
G = 11.5%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC2B5F (or 0xEC2B5F) is known color: Cerise. HEX triplet: EC, 2B and 5F. RGB value is (236,43,95). Sum of RGB (Red+Green+Blue) = 236+43+95=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B5F is #13D4A0. Grayscale: #6A6A6A. Windows color (decimal): -1299617 or 6237164. OLE color: 6237164.

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

Color convert

RGB 236 43 95 -
CMYK 0 0.82 0.60 0.07
HSL 343.83º 0.84% 0.55% -
HSV(B) 343.83º 0.82% 0.93% -
XYZ 37.52 20.39 12.78 -
YUV 106.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 236 43 95 0 0.82 0.60 0.07 343.83 0.84 0.55
Hex EC 2B 5F 0 52 3C 7 158 54 37
Octal 354 53 137 0 122 74 7 530 124 67
Binary 11101100 101011 1011111 0 1010010 111100 111 101011000 1010100 110111

Color Harmonies of #EC2B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B5F

Black with #EC2B5F

Text Example


Text Example

White with #EC2B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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