Html Css Color HEX #EF6DFC Ultra Pink

📋 copy color: '#EF6DFC'

red 239 ◦ green 109 ◦ blue 252

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

Shades of Ultra Pink #EF6DFC

Tints of Ultra Pink #EF6DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42%

R = 39.83%
G = 18.17%
B = 42%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF6DFC (or 0xEF6DFC) is known color: Ultra Pink. HEX triplet: EF, 6D and FC. RGB value is (239,109,252). Sum of RGB (Red+Green+Blue) = 239+109+252=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 109 (42.97% from 255 or 18.17% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF6DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DFC is #109203. Grayscale: #A3A3A3. Windows color (decimal): -1085956 or 16543215. OLE color: 16543215.

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

Color convert

RGB 239 109 252 -
CMYK 0.05 0.57 0 0.01
HSL 294.55º 0.96% 0.71% -
HSV(B) 294.55º 0.57% 0.99% -
XYZ 58.64 36.32 96.01 -
YUV 164.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 239 109 252 0.05 0.57 0 0.01 294.55 0.96 0.71
Hex EF 6D FC 5 39 0 1 127 60 47
Octal 357 155 374 5 71 0 1 447 140 107
Binary 11101111 1101101 11111100 101 111001 0 1 100100111 1100000 1000111

Color Harmonies of #EF6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DFC

Black with #EF6DFC

Text Example


Text Example

White with #EF6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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