Html Css Color HEX #EF6DFB Ultra Pink

📋 copy color: '#EF6DFB'

red 239 ◦ green 109 ◦ blue 251

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

Shades of Ultra Pink #EF6DFB

Tints of Ultra Pink #EF6DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 39.9%
G = 18.2%
B = 41.9%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF6DFB (or 0xEF6DFB) is known color: Ultra Pink. HEX triplet: EF, 6D and FB. RGB value is (239,109,251). Sum of RGB (Red+Green+Blue) = 239+109+251=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 109 (42.97% from 255 or 18.20% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF6DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DFB is #109204. Grayscale: #A3A3A3. Windows color (decimal): -1085957 or 16477679. OLE color: 16477679.

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

Color convert

RGB 239 109 251 -
CMYK 0.05 0.57 0 0.02
HSL 294.93º 0.95% 0.71% -
HSV(B) 294.93º 0.57% 0.98% -
XYZ 58.48 36.25 95.18 -
YUV 164.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 239 109 251 0.05 0.57 0 0.02 294.93 0.95 0.71
Hex EF 6D FB 5 39 0 2 127 5F 47
Octal 357 155 373 5 71 0 2 447 137 107
Binary 11101111 1101101 11111011 101 111001 0 10 100100111 1011111 1000111

Color Harmonies of #EF6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DFB

Black with #EF6DFB

Text Example


Text Example

White with #EF6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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