Html Css Color HEX #EC268A Deep Cerise

📋 copy color: '#EC268A'

red 236 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #EC268A

Tints of Deep Cerise #EC268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 57.28%
G = 9.22%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC268A (or 0xEC268A) is known color: Deep Cerise. HEX triplet: EC, 26 and 8A. RGB value is (236,38,138). Sum of RGB (Red+Green+Blue) = 236+38+138=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC268A is #13D975. Grayscale: #6C6C6C. Windows color (decimal): -1300854 or 9053932. OLE color: 9053932.

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

Color convert

RGB 236 38 138 -
CMYK 0 0.84 0.42 0.07
HSL 329.7º 0.84% 0.54% -
HSV(B) 329.7º 0.84% 0.93% -
XYZ 39.87 21.05 26.01 -
YUV 108.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 236 38 138 0 0.84 0.42 0.07 329.7 0.84 0.54
Hex EC 26 8A 0 54 2A 7 14A 54 36
Octal 354 46 212 0 124 52 7 512 124 66
Binary 11101100 100110 10001010 0 1010100 101010 111 101001010 1010100 110110

Color Harmonies of #EC268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC268A

Black with #EC268A

Text Example


Text Example

White with #EC268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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