Html Css Color HEX #EF0680 Deep Pink

📋 copy color: '#EF0680'

red 239 ◦ green 6 ◦ blue 128

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

Shades of Deep Pink #EF0680

Tints of Deep Pink #EF0680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 64.08%
G = 1.61%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0680 (or 0xEF0680) is known color: Deep Pink. HEX triplet: EF, 06 and 80. RGB value is (239,6,128). Sum of RGB (Red+Green+Blue) = 239+6+128=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0680 is #10F97F. Grayscale: #595959. Windows color (decimal): -1112448 or 8390383. OLE color: 8390383.

HSL color Cylindrical-coordinate representation of color #EF0680: hue angle of 328.58º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0680 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 128 -
CMYK 0 0.97 0.46 0.06
HSL 328.58º 0.95% 0.48% -
HSV(B) 328.58º 0.97% 0.94% -
XYZ 39.56 20.04 22.21 -
YUV 89.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 239 6 128 0 0.97 0.46 0.06 328.58 0.95 0.48
Hex EF 6 80 0 61 2E 6 149 5F 30
Octal 357 6 200 0 141 56 6 511 137 60
Binary 11101111 110 10000000 0 1100001 101110 110 101001001 1011111 110000

Color Harmonies of #EF0680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0680

Black with #EF0680

Text Example


Text Example

White with #EF0680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0680; }

 p { color: rgb(239,6,128); }

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

background-color css

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

 a { background-color: rgb(239,6,128); }

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

border-color css

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

 span { border-color: rgb(239,6,128); }

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