Html Css Color HEX #EF6CF1 Ultra Pink

📋 copy color: '#EF6CF1'

red 239 ◦ green 108 ◦ blue 241

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

Shades of Ultra Pink #EF6CF1

Tints of Ultra Pink #EF6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.37%

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

R = 40.65%
G = 18.37%
B = 40.99%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF6CF1 (or 0xEF6CF1) is known color: Ultra Pink. HEX triplet: EF, 6C and F1. RGB value is (239,108,241). Sum of RGB (Red+Green+Blue) = 239+108+241=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 108 (42.58% from 255 or 18.37% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF6CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CF1 is #10930E. Grayscale: #A1A1A1. Windows color (decimal): -1086223 or 15822063. OLE color: 15822063.

HSL color Cylindrical-coordinate representation of color #EF6CF1: 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.55%. Process color model (Four color, CMYK) of #EF6CF1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 108 241 -
CMYK 0.01 0.55 0 0.05
HSL 299.1º 0.83% 0.68% -
HSV(B) 299.1º 0.55% 0.95% -
XYZ 56.84 35.43 87.06 -
YUV 162.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 239 108 241 0.01 0.55 0 0.05 299.1 0.83 0.68
Hex EF 6C F1 1 37 0 5 12B 53 44
Octal 357 154 361 1 67 0 5 453 123 104
Binary 11101111 1101100 11110001 1 110111 0 101 100101011 1010011 1000100

Color Harmonies of #EF6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CF1

Black with #EF6CF1

Text Example


Text Example

White with #EF6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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