Html Css Color HEX #EF138B Deep Pink

📋 copy color: '#EF138B'

red 239 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #EF138B

Tints of Deep Pink #EF138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 60.2%
G = 4.79%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF138B (or 0xEF138B) is known color: Deep Pink. HEX triplet: EF, 13 and 8B. RGB value is (239,19,139). Sum of RGB (Red+Green+Blue) = 239+19+139=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF138B is #10EC74. Grayscale: #626262. Windows color (decimal): -1109109 or 9114607. OLE color: 9114607.

HSL color Cylindrical-coordinate representation of color #EF138B: hue angle of 327.27º 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 #EF138B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 139 -
CMYK 0 0.92 0.42 0.06
HSL 327.27º 0.87% 0.51% -
HSV(B) 327.27º 0.92% 0.94% -
XYZ 40.49 20.68 26.28 -
YUV 98.46 150.89 228.24 -
System Red Green Blue C M Y K H S L
Decimal 239 19 139 0 0.92 0.42 0.06 327.27 0.87 0.51
Hex EF 13 8B 0 5C 2A 6 147 57 33
Octal 357 23 213 0 134 52 6 507 127 63
Binary 11101111 10011 10001011 0 1011100 101010 110 101000111 1010111 110011

Color Harmonies of #EF138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF138B

Black with #EF138B

Text Example


Text Example

White with #EF138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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