Html Css Color HEX #EC268B Deep Cerise

📋 copy color: '#EC268B'

red 236 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #EC268B

Tints of Deep Cerise #EC268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 57.14%
G = 9.2%
B = 33.66%

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

#EC268B (or 0xEC268B) is known color: Deep Cerise. HEX triplet: EC, 26 and 8B. RGB value is (236,38,139). Sum of RGB (Red+Green+Blue) = 236+38+139=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC268B is #13D974. Grayscale: #6C6C6C. Windows color (decimal): -1300853 or 9119468. OLE color: 9119468.

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

Color convert

RGB 236 38 139 -
CMYK 0 0.84 0.41 0.07
HSL 329.39º 0.84% 0.54% -
HSV(B) 329.39º 0.84% 0.93% -
XYZ 39.95 21.08 26.39 -
YUV 108.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 236 38 139 0 0.84 0.41 0.07 329.39 0.84 0.54
Hex EC 26 8B 0 54 29 7 149 54 36
Octal 354 46 213 0 124 51 7 511 124 66
Binary 11101100 100110 10001011 0 1010100 101001 111 101001001 1010100 110110

Color Harmonies of #EC268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC268B

Black with #EC268B

Text Example


Text Example

White with #EC268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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