Html Css Color HEX #EC268D Deep Cerise

📋 copy color: '#EC268D'

red 236 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #EC268D

Tints of Deep Cerise #EC268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 56.87%
G = 9.16%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC268D (or 0xEC268D) is known color: Deep Cerise. HEX triplet: EC, 26 and 8D. RGB value is (236,38,141). Sum of RGB (Red+Green+Blue) = 236+38+141=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC268D is #13D972. Grayscale: #6C6C6C. Windows color (decimal): -1300851 or 9250540. OLE color: 9250540.

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

Color convert

RGB 236 38 141 -
CMYK 0 0.84 0.40 0.07
HSL 328.79º 0.84% 0.54% -
HSV(B) 328.79º 0.84% 0.93% -
XYZ 40.09 21.14 27.17 -
YUV 108.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 236 38 141 0 0.84 0.40 0.07 328.79 0.84 0.54
Hex EC 26 8D 0 54 28 7 149 54 36
Octal 354 46 215 0 124 50 7 511 124 66
Binary 11101100 100110 10001101 0 1010100 101000 111 101001001 1010100 110110

Color Harmonies of #EC268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC268D

Black with #EC268D

Text Example


Text Example

White with #EC268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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