Html Css Color HEX #EF6BFB Ultra Pink

📋 copy color: '#EF6BFB'

red 239 ◦ green 107 ◦ blue 251

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

Shades of Ultra Pink #EF6BFB

Tints of Ultra Pink #EF6BFB

RGB

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

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

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

R = 40.03%
G = 17.92%
B = 42.04%

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

#EF6BFB (or 0xEF6BFB) is known color: Ultra Pink. HEX triplet: EF, 6B and FB. RGB value is (239,107,251). Sum of RGB (Red+Green+Blue) = 239+107+251=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 107 (42.19% from 255 or 17.92% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF6BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BFB is #109404. Grayscale: #A2A2A2. Windows color (decimal): -1086469 or 16477167. OLE color: 16477167.

HSL color Cylindrical-coordinate representation of color #EF6BFB: hue angle of 295º degrees, saturation: 0.95, 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 #EF6BFB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 107 251 -
CMYK 0.05 0.57 0 0.02
HSL 295º 0.95% 0.7% -
HSV(B) 295º 0.57% 0.98% -
XYZ 58.27 35.83 95.11 -
YUV 162.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 239 107 251 0.05 0.57 0 0.02 295 0.95 0.7
Hex EF 6B FB 5 39 0 2 127 5F 46
Octal 357 153 373 5 71 0 2 447 137 106
Binary 11101111 1101011 11111011 101 111001 0 10 100100111 1011111 1000110

Color Harmonies of #EF6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BFB

Black with #EF6BFB

Text Example


Text Example

White with #EF6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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