Html Css Color HEX #EF127A Deep Pink

📋 copy color: '#EF127A'

red 239 ◦ green 18 ◦ blue 122

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

Shades of Deep Pink #EF127A

Tints of Deep Pink #EF127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.75%

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

R = 63.06%
G = 4.75%
B = 32.19%

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

#EF127A (or 0xEF127A) is known color: Deep Pink. HEX triplet: EF, 12 and 7A. RGB value is (239,18,122). Sum of RGB (Red+Green+Blue) = 239+18+122=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF127A is #10ED85. Grayscale: #5F5F5F. Windows color (decimal): -1109382 or 8000239. OLE color: 8000239.

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

Color convert

RGB 239 18 122 -
CMYK 0 0.92 0.49 0.06
HSL 331.76º 0.87% 0.5% -
HSV(B) 331.76º 0.92% 0.94% -
XYZ 39.33 20.19 20.24 -
YUV 95.94 142.72 230.04 -
System Red Green Blue C M Y K H S L
Decimal 239 18 122 0 0.92 0.49 0.06 331.76 0.87 0.5
Hex EF 12 7A 0 5C 31 6 14C 57 32
Octal 357 22 172 0 134 61 6 514 127 62
Binary 11101111 10010 1111010 0 1011100 110001 110 101001100 1010111 110010

Color Harmonies of #EF127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF127A

Black with #EF127A

Text Example


Text Example

White with #EF127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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