Html Css Color HEX #EF1B9C Deep Pink

📋 copy color: '#EF1B9C'

red 239 ◦ green 27 ◦ blue 156

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

Shades of Deep Pink #EF1B9C

Tints of Deep Pink #EF1B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 56.64%
G = 6.4%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF1B9C (or 0xEF1B9C) is known color: Deep Pink. HEX triplet: EF, 1B and 9C. RGB value is (239,27,156). Sum of RGB (Red+Green+Blue) = 239+27+156=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B9C is #10E463. Grayscale: #686868. Windows color (decimal): -1107044 or 10230767. OLE color: 10230767.

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

Color convert

RGB 239 27 156 -
CMYK 0 0.89 0.35 0.06
HSL 323.49º 0.87% 0.52% -
HSV(B) 323.49º 0.89% 0.94% -
XYZ 41.99 21.53 33.4 -
YUV 105.09 156.74 223.51 -
System Red Green Blue C M Y K H S L
Decimal 239 27 156 0 0.89 0.35 0.06 323.49 0.87 0.52
Hex EF 1B 9C 0 59 23 6 143 57 34
Octal 357 33 234 0 131 43 6 503 127 64
Binary 11101111 11011 10011100 0 1011001 100011 110 101000011 1010111 110100

Color Harmonies of #EF1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B9C

Black with #EF1B9C

Text Example


Text Example

White with #EF1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B9C; }

 p { color: rgb(239,27,156); }

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

background-color css

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

 a { background-color: rgb(239,27,156); }

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

border-color css

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

 span { border-color: rgb(239,27,156); }

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