Html Css Color HEX #EC268C Deep Cerise

📋 copy color: '#EC268C'

red 236 ◦ green 38 ◦ blue 140

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

Shades of Deep Cerise #EC268C

Tints of Deep Cerise #EC268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.18%

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 57%
G = 9.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC268C (or 0xEC268C) is known color: Deep Cerise. HEX triplet: EC, 26 and 8C. RGB value is (236,38,140). Sum of RGB (Red+Green+Blue) = 236+38+140=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC268C is #13D973. Grayscale: #6C6C6C. Windows color (decimal): -1300852 or 9185004. OLE color: 9185004.

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

Color convert

RGB 236 38 140 -
CMYK 0 0.84 0.41 0.07
HSL 329.09º 0.84% 0.54% -
HSV(B) 329.09º 0.84% 0.93% -
XYZ 40.02 21.11 26.78 -
YUV 108.83 145.6 218.71 -
System Red Green Blue C M Y K H S L
Decimal 236 38 140 0 0.84 0.41 0.07 329.09 0.84 0.54
Hex EC 26 8C 0 54 29 7 149 54 36
Octal 354 46 214 0 124 51 7 511 124 66
Binary 11101100 100110 10001100 0 1010100 101001 111 101001001 1010100 110110

Color Harmonies of #EC268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC268C

Black with #EC268C

Text Example


Text Example

White with #EC268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC268C; }

 p { color: rgb(236,38,140); }

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

background-color css

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

 a { background-color: rgb(236,38,140); }

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

border-color css

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

 span { border-color: rgb(236,38,140); }

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