Html Css Color HEX #EF6BF1 Ultra Pink

📋 copy color: '#EF6BF1'

red 239 ◦ green 107 ◦ blue 241

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

Shades of Ultra Pink #EF6BF1

Tints of Ultra Pink #EF6BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 40.72%
G = 18.23%
B = 41.06%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF6BF1 (or 0xEF6BF1) is known color: Ultra Pink. HEX triplet: EF, 6B and F1. RGB value is (239,107,241). Sum of RGB (Red+Green+Blue) = 239+107+241=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF6BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BF1 is #10940E. Grayscale: #A1A1A1. Windows color (decimal): -1086479 or 15821807. OLE color: 15821807.

HSL color Cylindrical-coordinate representation of color #EF6BF1: hue angle of 299.1º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6BF1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 107 241 -
CMYK 0.01 0.56 0 0.05
HSL 299.1º 0.83% 0.68% -
HSV(B) 299.1º 0.56% 0.95% -
XYZ 56.73 35.22 87.03 -
YUV 161.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 239 107 241 0.01 0.56 0 0.05 299.1 0.83 0.68
Hex EF 6B F1 1 38 0 5 12B 53 44
Octal 357 153 361 1 70 0 5 453 123 104
Binary 11101111 1101011 11110001 1 111000 0 101 100101011 1010011 1000100

Color Harmonies of #EF6BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BF1

Black with #EF6BF1

Text Example


Text Example

White with #EF6BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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