Html Css Color HEX #EF7AFF Fuchsia Pink

📋 copy color: '#EF7AFF'

red 239 ◦ green 122 ◦ blue 255

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

Shades of Fuchsia Pink #EF7AFF

Tints of Fuchsia Pink #EF7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.81%

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

R = 38.8%
G = 19.81%
B = 41.4%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF7AFF (or 0xEF7AFF) is known color: Fuchsia Pink. HEX triplet: EF, 7A and FF. RGB value is (239,122,255). Sum of RGB (Red+Green+Blue) = 239+122+255=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 122 (48.05% from 255 or 19.81% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AFF is #108500. Grayscale: #ABABAB. Windows color (decimal): -1082625 or 16743151. OLE color: 16743151.

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

Color convert

RGB 239 122 255 -
CMYK 0.06 0.52 0 0
HSL 292.78º 1% 0.74% -
HSV(B) 292.78º 0.52% 1% -
XYZ 60.61 39.49 99.04 -
YUV 172.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 239 122 255 0.06 0.52 0 0 292.78 1 0.74
Hex EF 7A FF 6 34 0 0 125 64 4A
Octal 357 172 377 6 64 0 0 445 144 112
Binary 11101111 1111010 11111111 110 110100 0 0 100100101 1100100 1001010

Color Harmonies of #EF7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7AFF

Black with #EF7AFF

Text Example


Text Example

White with #EF7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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