Html Css Color HEX #EF228C Deep Pink

📋 copy color: '#EF228C'

red 239 ◦ green 34 ◦ blue 140

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

Shades of Deep Pink #EF228C

Tints of Deep Pink #EF228C

RGB

 RED value IS 239 (93.75% from 255) = 57.87%

 GREEN value IS 34 (13.67% from 255) = 8.23%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 57.87%
G = 8.23%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF228C (or 0xEF228C) is known color: Deep Pink. HEX triplet: EF, 22 and 8C. RGB value is (239,34,140). Sum of RGB (Red+Green+Blue) = 239+34+140=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF228C is #10DD73. Grayscale: #6B6B6B. Windows color (decimal): -1105268 or 9183983. OLE color: 9183983.

HSL color Cylindrical-coordinate representation of color #EF228C: hue angle of 328.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF228C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 34 140 -
CMYK 0 0.86 0.41 0.06
HSL 328.98º 0.86% 0.54% -
HSV(B) 328.98º 0.86% 0.94% -
XYZ 40.9 21.39 26.78 -
YUV 107.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 239 34 140 0 0.86 0.41 0.06 328.98 0.86 0.54
Hex EF 22 8C 0 56 29 6 149 56 36
Octal 357 42 214 0 126 51 6 511 126 66
Binary 11101111 100010 10001100 0 1010110 101001 110 101001001 1010110 110110

Color Harmonies of #EF228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF228C

Black with #EF228C

Text Example


Text Example

White with #EF228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF228C; }

 p { color: rgb(239,34,140); }

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

background-color css

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

 a { background-color: rgb(239,34,140); }

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

border-color css

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

 span { border-color: rgb(239,34,140); }

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