Html Css Color HEX #EC298F Deep Cerise

📋 copy color: '#EC298F'

red 236 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #EC298F

Tints of Deep Cerise #EC298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.76%

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 56.19%
G = 9.76%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC298F (or 0xEC298F) is known color: Deep Cerise. HEX triplet: EC, 29 and 8F. RGB value is (236,41,143). Sum of RGB (Red+Green+Blue) = 236+41+143=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC298F is #13D670. Grayscale: #6E6E6E. Windows color (decimal): -1300081 or 9382380. OLE color: 9382380.

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

Color convert

RGB 236 41 143 -
CMYK 0 0.83 0.39 0.07
HSL 328.62º 0.84% 0.54% -
HSV(B) 328.62º 0.83% 0.93% -
XYZ 40.34 21.4 27.99 -
YUV 110.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 236 41 143 0 0.83 0.39 0.07 328.62 0.84 0.54
Hex EC 29 8F 0 53 27 7 149 54 36
Octal 354 51 217 0 123 47 7 511 124 66
Binary 11101100 101001 10001111 0 1010011 100111 111 101001001 1010100 110110

Color Harmonies of #EC298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC298F

Black with #EC298F

Text Example


Text Example

White with #EC298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC298F; }

 p { color: rgb(236,41,143); }

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

background-color css

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

 a { background-color: rgb(236,41,143); }

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

border-color css

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

 span { border-color: rgb(236,41,143); }

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