Html Css Color HEX #EF1291 Deep Pink

📋 copy color: '#EF1291'

red 239 ◦ green 18 ◦ blue 145

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

Shades of Deep Pink #EF1291

Tints of Deep Pink #EF1291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 59.45%
G = 4.48%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF1291 (or 0xEF1291) is known color: Deep Pink. HEX triplet: EF, 12 and 91. RGB value is (239,18,145). Sum of RGB (Red+Green+Blue) = 239+18+145=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1291 is #10ED6E. Grayscale: #626262. Windows color (decimal): -1109359 or 9507567. OLE color: 9507567.

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

Color convert

RGB 239 18 145 -
CMYK 0 0.92 0.39 0.06
HSL 325.52º 0.87% 0.5% -
HSV(B) 325.52º 0.92% 0.94% -
XYZ 40.92 20.83 28.65 -
YUV 98.56 154.22 228.17 -
System Red Green Blue C M Y K H S L
Decimal 239 18 145 0 0.92 0.39 0.06 325.52 0.87 0.5
Hex EF 12 91 0 5C 27 6 146 57 32
Octal 357 22 221 0 134 47 6 506 127 62
Binary 11101111 10010 10010001 0 1011100 100111 110 101000110 1010111 110010

Color Harmonies of #EF1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1291

Black with #EF1291

Text Example


Text Example

White with #EF1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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