Html Css Color HEX #EF6DFE Ultra Pink

📋 copy color: '#EF6DFE'

red 239 ◦ green 109 ◦ blue 254

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

Shades of Ultra Pink #EF6DFE

Tints of Ultra Pink #EF6DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 39.7%
G = 18.11%
B = 42.19%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF6DFE (or 0xEF6DFE) is known color: Ultra Pink. HEX triplet: EF, 6D and FE. RGB value is (239,109,254). Sum of RGB (Red+Green+Blue) = 239+109+254=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 109 (42.97% from 255 or 18.11% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF6DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DFE is #109201. Grayscale: #A3A3A3. Windows color (decimal): -1085954 or 16674287. OLE color: 16674287.

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

Color convert

RGB 239 109 254 -
CMYK 0.06 0.57 0 0.00
HSL 293.79º 0.99% 0.71% -
HSV(B) 293.79º 0.57% 1% -
XYZ 58.95 36.44 97.69 -
YUV 164.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 239 109 254 0.06 0.57 0 0.00 293.79 0.99 0.71
Hex EF 6D FE 6 39 0 0 126 63 47
Octal 357 155 376 6 71 0 0 446 143 107
Binary 11101111 1101101 11111110 110 111001 0 0 100100110 1100011 1000111

Color Harmonies of #EF6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DFE

Black with #EF6DFE

Text Example


Text Example

White with #EF6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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