Html Css Color HEX #EF6BFA Ultra Pink

📋 copy color: '#EF6BFA'

red 239 ◦ green 107 ◦ blue 250

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

Shades of Ultra Pink #EF6BFA

Tints of Ultra Pink #EF6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.95%

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 40.1%
G = 17.95%
B = 41.95%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF6BFA (or 0xEF6BFA) is known color: Ultra Pink. HEX triplet: EF, 6B and FA. RGB value is (239,107,250). Sum of RGB (Red+Green+Blue) = 239+107+250=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 107 (42.19% from 255 or 17.95% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BFA is #109405. Grayscale: #A2A2A2. Windows color (decimal): -1086470 or 16411631. OLE color: 16411631.

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

Color convert

RGB 239 107 250 -
CMYK 0.04 0.57 0 0.02
HSL 295.38º 0.93% 0.7% -
HSV(B) 295.38º 0.57% 0.98% -
XYZ 58.11 35.77 94.28 -
YUV 162.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 239 107 250 0.04 0.57 0 0.02 295.38 0.93 0.7
Hex EF 6B FA 4 39 0 2 127 5D 46
Octal 357 153 372 4 71 0 2 447 135 106
Binary 11101111 1101011 11111010 100 111001 0 10 100100111 1011101 1000110

Color Harmonies of #EF6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BFA

Black with #EF6BFA

Text Example


Text Example

White with #EF6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BFA; }

 p { color: rgb(239,107,250); }

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

background-color css

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

 a { background-color: rgb(239,107,250); }

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

border-color css

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

 span { border-color: rgb(239,107,250); }

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