Html Css Color HEX #EC2B62 Cerise

📋 copy color: '#EC2B62'

red 236 ◦ green 43 ◦ blue 98

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

Shades of Cerise #EC2B62

Tints of Cerise #EC2B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 62.6%
G = 11.41%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC2B62 (or 0xEC2B62) is known color: Cerise. HEX triplet: EC, 2B and 62. RGB value is (236,43,98). Sum of RGB (Red+Green+Blue) = 236+43+98=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B62 is #13D49D. Grayscale: #6A6A6A. Windows color (decimal): -1299614 or 6433772. OLE color: 6433772.

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

Color convert

RGB 236 43 98 -
CMYK 0 0.82 0.58 0.07
HSL 342.9º 0.84% 0.55% -
HSV(B) 342.9º 0.82% 0.93% -
XYZ 37.66 20.44 13.52 -
YUV 106.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 236 43 98 0 0.82 0.58 0.07 342.9 0.84 0.55
Hex EC 2B 62 0 52 3A 7 157 54 37
Octal 354 53 142 0 122 72 7 527 124 67
Binary 11101100 101011 1100010 0 1010010 111010 111 101010111 1010100 110111

Color Harmonies of #EC2B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B62

Black with #EC2B62

Text Example


Text Example

White with #EC2B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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