Html Css Color HEX #EC1D7A Deep Cerise

📋 copy color: '#EC1D7A'

red 236 ◦ green 29 ◦ blue 122

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

Shades of Deep Cerise #EC1D7A

Tints of Deep Cerise #EC1D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 60.98%
G = 7.49%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC1D7A (or 0xEC1D7A) is known color: Deep Cerise. HEX triplet: EC, 1D and 7A. RGB value is (236,29,122). Sum of RGB (Red+Green+Blue) = 236+29+122=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D7A is #13E285. Grayscale: #656565. Windows color (decimal): -1303174 or 8003052. OLE color: 8003052.

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

Color convert

RGB 236 29 122 -
CMYK 0 0.88 0.48 0.07
HSL 333.04º 0.84% 0.52% -
HSV(B) 333.04º 0.88% 0.93% -
XYZ 38.54 20.12 20.26 -
YUV 101.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 236 29 122 0 0.88 0.48 0.07 333.04 0.84 0.52
Hex EC 1D 7A 0 58 30 7 14D 54 34
Octal 354 35 172 0 130 60 7 515 124 64
Binary 11101100 11101 1111010 0 1011000 110000 111 101001101 1010100 110100

Color Harmonies of #EC1D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D7A

Black with #EC1D7A

Text Example


Text Example

White with #EC1D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D7A; }

 p { color: rgb(236,29,122); }

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

background-color css

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

 a { background-color: rgb(236,29,122); }

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

border-color css

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

 span { border-color: rgb(236,29,122); }

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