Html Css Color HEX #EF0682 Deep Pink

📋 copy color: '#EF0682'

red 239 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #EF0682

Tints of Deep Pink #EF0682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 63.73%
G = 1.6%
B = 34.67%

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

#EF0682 (or 0xEF0682) is known color: Deep Pink. HEX triplet: EF, 06 and 82. RGB value is (239,6,130). Sum of RGB (Red+Green+Blue) = 239+6+130=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0682 is #10F97D. Grayscale: #595959. Windows color (decimal): -1112446 or 8521455. OLE color: 8521455.

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

Color convert

RGB 239 6 130 -
CMYK 0 0.97 0.46 0.06
HSL 328.07º 0.95% 0.48% -
HSV(B) 328.07º 0.97% 0.94% -
XYZ 39.69 20.09 22.91 -
YUV 89.8 150.69 234.42 -
System Red Green Blue C M Y K H S L
Decimal 239 6 130 0 0.97 0.46 0.06 328.07 0.95 0.48
Hex EF 6 82 0 61 2E 6 148 5F 30
Octal 357 6 202 0 141 56 6 510 137 60
Binary 11101111 110 10000010 0 1100001 101110 110 101001000 1011111 110000

Color Harmonies of #EF0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0682

Black with #EF0682

Text Example


Text Example

White with #EF0682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0682; }

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

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

background-color css

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

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

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

border-color css

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

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

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