Html Css Color HEX #EF6DFF Ultra Pink

📋 copy color: '#EF6DFF'

red 239 ◦ green 109 ◦ blue 255

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

Shades of Ultra Pink #EF6DFF

Tints of Ultra Pink #EF6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.08%

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

R = 39.64%
G = 18.08%
B = 42.29%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF6DFF (or 0xEF6DFF) is known color: Ultra Pink. HEX triplet: EF, 6D and FF. RGB value is (239,109,255). Sum of RGB (Red+Green+Blue) = 239+109+255=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 109 (42.97% from 255 or 18.08% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF6DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DFF is #109200. Grayscale: #A4A4A4. Windows color (decimal): -1085953 or 16739823. OLE color: 16739823.

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

Color convert

RGB 239 109 255 -
CMYK 0.06 0.57 0 0
HSL 293.42º 1% 0.71% -
HSV(B) 293.42º 0.57% 1% -
XYZ 59.12 36.51 98.54 -
YUV 164.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 239 109 255 0.06 0.57 0 0 293.42 1 0.71
Hex EF 6D FF 6 39 0 0 125 64 47
Octal 357 155 377 6 71 0 0 445 144 107
Binary 11101111 1101101 11111111 110 111001 0 0 100100101 1100100 1000111

Color Harmonies of #EF6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DFF

Black with #EF6DFF

Text Example


Text Example

White with #EF6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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