Html Css Color HEX #EF6FFF Ultra Pink

📋 copy color: '#EF6FFF'

red 239 ◦ green 111 ◦ blue 255

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

Shades of Ultra Pink #EF6FFF

Tints of Ultra Pink #EF6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.35%

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

R = 39.5%
G = 18.35%
B = 42.15%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF6FFF (or 0xEF6FFF) is known color: Ultra Pink. HEX triplet: EF, 6F and FF. RGB value is (239,111,255). Sum of RGB (Red+Green+Blue) = 239+111+255=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 111 (43.75% from 255 or 18.35% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6FFF is #109000. Grayscale: #A5A5A5. Windows color (decimal): -1085441 or 16740335. OLE color: 16740335.

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

Color convert

RGB 239 111 255 -
CMYK 0.06 0.56 0 0
HSL 293.33º 1% 0.72% -
HSV(B) 293.33º 0.56% 1% -
XYZ 59.33 36.94 98.61 -
YUV 165.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 239 111 255 0.06 0.56 0 0 293.33 1 0.72
Hex EF 6F FF 6 38 0 0 125 64 48
Octal 357 157 377 6 70 0 0 445 144 110
Binary 11101111 1101111 11111111 110 111000 0 0 100100101 1100100 1001000

Color Harmonies of #EF6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FFF

Black with #EF6FFF

Text Example


Text Example

White with #EF6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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