Html Css Color HEX #EF1D9A Deep Pink

📋 copy color: '#EF1D9A'

red 239 ◦ green 29 ◦ blue 154

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

Shades of Deep Pink #EF1D9A

Tints of Deep Pink #EF1D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.87%

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 56.64%
G = 6.87%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF1D9A (or 0xEF1D9A) is known color: Deep Pink. HEX triplet: EF, 1D and 9A. RGB value is (239,29,154). Sum of RGB (Red+Green+Blue) = 239+29+154=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D9A is #10E265. Grayscale: #696969. Windows color (decimal): -1106534 or 10100207. OLE color: 10100207.

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

Color convert

RGB 239 29 154 -
CMYK 0 0.88 0.36 0.06
HSL 324.29º 0.87% 0.53% -
HSV(B) 324.29º 0.88% 0.94% -
XYZ 41.87 21.56 32.53 -
YUV 106.04 155.07 222.84 -
System Red Green Blue C M Y K H S L
Decimal 239 29 154 0 0.88 0.36 0.06 324.29 0.87 0.53
Hex EF 1D 9A 0 58 24 6 144 57 35
Octal 357 35 232 0 130 44 6 504 127 65
Binary 11101111 11101 10011010 0 1011000 100100 110 101000100 1010111 110101

Color Harmonies of #EF1D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D9A

Black with #EF1D9A

Text Example


Text Example

White with #EF1D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D9A; }

 p { color: rgb(239,29,154); }

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

background-color css

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

 a { background-color: rgb(239,29,154); }

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

border-color css

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

 span { border-color: rgb(239,29,154); }

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