Html Css Color HEX #EC238F Deep Pink

📋 copy color: '#EC238F'

red 236 ◦ green 35 ◦ blue 143

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

Shades of Deep Pink #EC238F

Tints of Deep Pink #EC238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.45%

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

R = 57%
G = 8.45%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC238F (or 0xEC238F) is known color: Deep Pink. HEX triplet: EC, 23 and 8F. RGB value is (236,35,143). Sum of RGB (Red+Green+Blue) = 236+35+143=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC238F is #13DC70. Grayscale: #6B6B6B. Windows color (decimal): -1301617 or 9380844. OLE color: 9380844.

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

Color convert

RGB 236 35 143 -
CMYK 0 0.85 0.39 0.07
HSL 327.76º 0.84% 0.53% -
HSV(B) 327.76º 0.85% 0.93% -
XYZ 40.15 21.02 27.93 -
YUV 107.41 148.09 219.72 -
System Red Green Blue C M Y K H S L
Decimal 236 35 143 0 0.85 0.39 0.07 327.76 0.84 0.53
Hex EC 23 8F 0 55 27 7 148 54 35
Octal 354 43 217 0 125 47 7 510 124 65
Binary 11101100 100011 10001111 0 1010101 100111 111 101001000 1010100 110101

Color Harmonies of #EC238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC238F

Black with #EC238F

Text Example


Text Example

White with #EC238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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