Html Css Color HEX #EF7DFF Fuchsia Pink

📋 copy color: '#EF7DFF'

red 239 ◦ green 125 ◦ blue 255

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

Shades of Fuchsia Pink #EF7DFF

Tints of Fuchsia Pink #EF7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.19%

 BLUE value IS 255 (100% from 255) = 41.2%

R = 38.61%
G = 20.19%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF7DFF (or 0xEF7DFF) is known color: Fuchsia Pink. HEX triplet: EF, 7D and FF. RGB value is (239,125,255). Sum of RGB (Red+Green+Blue) = 239+125+255=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 125 (49.22% from 255 or 20.19% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DFF is #108200. Grayscale: #ADADAD. Windows color (decimal): -1081857 or 16743919. OLE color: 16743919.

HSL color Cylindrical-coordinate representation of color #EF7DFF: hue angle of 292.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7DFF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 125 255 -
CMYK 0.06 0.51 0 0
HSL 292.62º 1% 0.75% -
HSV(B) 292.62º 0.51% 1% -
XYZ 60.98 40.24 99.16 -
YUV 173.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 239 125 255 0.06 0.51 0 0 292.62 1 0.75
Hex EF 7D FF 6 33 0 0 125 64 4B
Octal 357 175 377 6 63 0 0 445 144 113
Binary 11101111 1111101 11111111 110 110011 0 0 100100101 1100100 1001011

Color Harmonies of #EF7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7DFF

Black with #EF7DFF

Text Example


Text Example

White with #EF7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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