Html Css Color HEX #EF1A7E Deep Pink

📋 copy color: '#EF1A7E'

red 239 ◦ green 26 ◦ blue 126

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

Shades of Deep Pink #EF1A7E

Tints of Deep Pink #EF1A7E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 61.13%
G = 6.65%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF1A7E (or 0xEF1A7E) is known color: Deep Pink. HEX triplet: EF, 1A and 7E. RGB value is (239,26,126). Sum of RGB (Red+Green+Blue) = 239+26+126=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A7E is #10E581. Grayscale: #646464. Windows color (decimal): -1107330 or 8264431. OLE color: 8264431.

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

Color convert

RGB 239 26 126 -
CMYK 0 0.89 0.47 0.06
HSL 331.83º 0.87% 0.52% -
HSV(B) 331.83º 0.89% 0.94% -
XYZ 39.73 20.6 21.62 -
YUV 101.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 239 26 126 0 0.89 0.47 0.06 331.83 0.87 0.52
Hex EF 1A 7E 0 59 2F 6 14C 57 34
Octal 357 32 176 0 131 57 6 514 127 64
Binary 11101111 11010 1111110 0 1011001 101111 110 101001100 1010111 110100

Color Harmonies of #EF1A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A7E

Black with #EF1A7E

Text Example


Text Example

White with #EF1A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A7E; }

 p { color: rgb(239,26,126); }

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

background-color css

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

 a { background-color: rgb(239,26,126); }

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

border-color css

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

 span { border-color: rgb(239,26,126); }

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