Html Css Color HEX #EF6CFC Ultra Pink

📋 copy color: '#EF6CFC'

red 239 ◦ green 108 ◦ blue 252

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

Shades of Ultra Pink #EF6CFC

Tints of Ultra Pink #EF6CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 39.9%
G = 18.03%
B = 42.07%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF6CFC (or 0xEF6CFC) is known color: Ultra Pink. HEX triplet: EF, 6C and FC. RGB value is (239,108,252). Sum of RGB (Red+Green+Blue) = 239+108+252=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 108 (42.58% from 255 or 18.03% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF6CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CFC is #109303. Grayscale: #A3A3A3. Windows color (decimal): -1086212 or 16542959. OLE color: 16542959.

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

Color convert

RGB 239 108 252 -
CMYK 0.05 0.57 0 0.01
HSL 294.58º 0.96% 0.71% -
HSV(B) 294.58º 0.57% 0.99% -
XYZ 58.53 36.1 95.98 -
YUV 163.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 239 108 252 0.05 0.57 0 0.01 294.58 0.96 0.71
Hex EF 6C FC 5 39 0 1 127 60 47
Octal 357 154 374 5 71 0 1 447 140 107
Binary 11101111 1101100 11111100 101 111001 0 1 100100111 1100000 1000111

Color Harmonies of #EF6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CFC

Black with #EF6CFC

Text Example


Text Example

White with #EF6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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