Html Css Color HEX #EF138A Deep Pink

📋 copy color: '#EF138A'

red 239 ◦ green 19 ◦ blue 138

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

Shades of Deep Pink #EF138A

Tints of Deep Pink #EF138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 60.35%
G = 4.8%
B = 34.85%

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

#EF138A (or 0xEF138A) is known color: Deep Pink. HEX triplet: EF, 13 and 8A. RGB value is (239,19,138). Sum of RGB (Red+Green+Blue) = 239+19+138=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF138A is #10EC75. Grayscale: #626262. Windows color (decimal): -1109110 or 9049071. OLE color: 9049071.

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

Color convert

RGB 239 19 138 -
CMYK 0 0.92 0.42 0.06
HSL 327.55º 0.87% 0.51% -
HSV(B) 327.55º 0.92% 0.94% -
XYZ 40.42 20.65 25.9 -
YUV 98.35 150.39 228.32 -
System Red Green Blue C M Y K H S L
Decimal 239 19 138 0 0.92 0.42 0.06 327.55 0.87 0.51
Hex EF 13 8A 0 5C 2A 6 148 57 33
Octal 357 23 212 0 134 52 6 510 127 63
Binary 11101111 10011 10001010 0 1011100 101010 110 101001000 1010111 110011

Color Harmonies of #EF138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF138A

Black with #EF138A

Text Example


Text Example

White with #EF138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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