Html Css Color HEX #EC2F8F Deep Cerise

📋 copy color: '#EC2F8F'

red 236 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #EC2F8F

Tints of Deep Cerise #EC2F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

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

R = 55.4%
G = 11.03%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC2F8F (or 0xEC2F8F) is known color: Deep Cerise. HEX triplet: EC, 2F and 8F. RGB value is (236,47,143). Sum of RGB (Red+Green+Blue) = 236+47+143=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F8F is #13D070. Grayscale: #727272. Windows color (decimal): -1298545 or 9383916. OLE color: 9383916.

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

Color convert

RGB 236 47 143 -
CMYK 0 0.80 0.39 0.07
HSL 329.52º 0.83% 0.55% -
HSV(B) 329.52º 0.8% 0.93% -
XYZ 40.57 21.85 28.07 -
YUV 114.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 236 47 143 0 0.80 0.39 0.07 329.52 0.83 0.55
Hex EC 2F 8F 0 50 27 7 14A 53 37
Octal 354 57 217 0 120 47 7 512 123 67
Binary 11101100 101111 10001111 0 1010000 100111 111 101001010 1010011 110111

Color Harmonies of #EC2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F8F

Black with #EC2F8F

Text Example


Text Example

White with #EC2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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