Html Css Color HEX #EC2A6D Cerise

📋 copy color: '#EC2A6D'

red 236 ◦ green 42 ◦ blue 109

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

Shades of Cerise #EC2A6D

Tints of Cerise #EC2A6D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.85%

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 60.98%
G = 10.85%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC2A6D (or 0xEC2A6D) is known color: Cerise. HEX triplet: EC, 2A and 6D. RGB value is (236,42,109). Sum of RGB (Red+Green+Blue) = 236+42+109=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2A6D is #13D592. Grayscale: #6B6B6B. Windows color (decimal): -1299859 or 7154412. OLE color: 7154412.

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

Color convert

RGB 236 42 109 -
CMYK 0 0.82 0.54 0.07
HSL 339.28º 0.84% 0.55% -
HSV(B) 339.28º 0.82% 0.93% -
XYZ 38.18 20.59 16.43 -
YUV 107.64 128.77 219.55 -
System Red Green Blue C M Y K H S L
Decimal 236 42 109 0 0.82 0.54 0.07 339.28 0.84 0.55
Hex EC 2A 6D 0 52 36 7 153 54 37
Octal 354 52 155 0 122 66 7 523 124 67
Binary 11101100 101010 1101101 0 1010010 110110 111 101010011 1010100 110111

Color Harmonies of #EC2A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A6D

Black with #EC2A6D

Text Example


Text Example

White with #EC2A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A6D; }

 p { color: rgb(236,42,109); }

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

background-color css

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

 a { background-color: rgb(236,42,109); }

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

border-color css

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

 span { border-color: rgb(236,42,109); }

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