Html Css Color HEX #EF1B7D Deep Pink

📋 copy color: '#EF1B7D'

red 239 ◦ green 27 ◦ blue 125

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

Shades of Deep Pink #EF1B7D

Tints of Deep Pink #EF1B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 61.13%
G = 6.91%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF1B7D (or 0xEF1B7D) is known color: Deep Pink. HEX triplet: EF, 1B and 7D. RGB value is (239,27,125). Sum of RGB (Red+Green+Blue) = 239+27+125=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1B7D is #10E482. Grayscale: #656565. Windows color (decimal): -1107075 or 8199151. OLE color: 8199151.

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

Color convert

RGB 239 27 125 -
CMYK 0 0.89 0.48 0.06
HSL 332.26º 0.87% 0.52% -
HSV(B) 332.26º 0.89% 0.94% -
XYZ 39.69 20.62 21.29 -
YUV 101.56 141.24 226.03 -
System Red Green Blue C M Y K H S L
Decimal 239 27 125 0 0.89 0.48 0.06 332.26 0.87 0.52
Hex EF 1B 7D 0 59 30 6 14C 57 34
Octal 357 33 175 0 131 60 6 514 127 64
Binary 11101111 11011 1111101 0 1011001 110000 110 101001100 1010111 110100

Color Harmonies of #EF1B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B7D

Black with #EF1B7D

Text Example


Text Example

White with #EF1B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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