Html Css Color HEX #EF137A Deep Pink

📋 copy color: '#EF137A'

red 239 ◦ green 19 ◦ blue 122

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

Shades of Deep Pink #EF137A

Tints of Deep Pink #EF137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 62.89%
G = 5%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF137A (or 0xEF137A) is known color: Deep Pink. HEX triplet: EF, 13 and 7A. RGB value is (239,19,122). Sum of RGB (Red+Green+Blue) = 239+19+122=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF137A is #10EC85. Grayscale: #606060. Windows color (decimal): -1109126 or 8000495. OLE color: 8000495.

HSL color Cylindrical-coordinate representation of color #EF137A: hue angle of 331.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF137A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 122 -
CMYK 0 0.92 0.49 0.06
HSL 331.91º 0.87% 0.51% -
HSV(B) 331.91º 0.92% 0.94% -
XYZ 39.34 20.22 20.24 -
YUV 96.52 142.39 229.62 -
System Red Green Blue C M Y K H S L
Decimal 239 19 122 0 0.92 0.49 0.06 331.91 0.87 0.51
Hex EF 13 7A 0 5C 31 6 14C 57 33
Octal 357 23 172 0 134 61 6 514 127 63
Binary 11101111 10011 1111010 0 1011100 110001 110 101001100 1010111 110011

Color Harmonies of #EF137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF137A

Black with #EF137A

Text Example


Text Example

White with #EF137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF137A; }

 p { color: rgb(239,19,122); }

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

background-color css

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

 a { background-color: rgb(239,19,122); }

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

border-color css

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

 span { border-color: rgb(239,19,122); }

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