Html Css Color HEX #EF1287 Deep Pink

📋 copy color: '#EF1287'

red 239 ◦ green 18 ◦ blue 135

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

Shades of Deep Pink #EF1287

Tints of Deep Pink #EF1287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 60.97%
G = 4.59%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF1287 (or 0xEF1287) is known color: Deep Pink. HEX triplet: EF, 12 and 87. RGB value is (239,18,135). Sum of RGB (Red+Green+Blue) = 239+18+135=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1287 is #10ED78. Grayscale: #616161. Windows color (decimal): -1109369 or 8852207. OLE color: 8852207.

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

Color convert

RGB 239 18 135 -
CMYK 0 0.92 0.44 0.06
HSL 328.24º 0.87% 0.5% -
HSV(B) 328.24º 0.92% 0.94% -
XYZ 40.19 20.53 24.77 -
YUV 97.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 239 18 135 0 0.92 0.44 0.06 328.24 0.87 0.5
Hex EF 12 87 0 5C 2C 6 148 57 32
Octal 357 22 207 0 134 54 6 510 127 62
Binary 11101111 10010 10000111 0 1011100 101100 110 101001000 1010111 110010

Color Harmonies of #EF1287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1287

Black with #EF1287

Text Example


Text Example

White with #EF1287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1287; }

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

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

background-color css

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

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

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

border-color css

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

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

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