Html Css Color HEX #EF6CFF Ultra Pink

📋 copy color: '#EF6CFF'

red 239 ◦ green 108 ◦ blue 255

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

Shades of Ultra Pink #EF6CFF

Tints of Ultra Pink #EF6CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.36%

R = 39.7%
G = 17.94%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF6CFF (or 0xEF6CFF) is known color: Ultra Pink. HEX triplet: EF, 6C and FF. RGB value is (239,108,255). Sum of RGB (Red+Green+Blue) = 239+108+255=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 108 (42.58% from 255 or 17.94% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CFF is #109300. Grayscale: #A3A3A3. Windows color (decimal): -1086209 or 16739567. OLE color: 16739567.

HSL color Cylindrical-coordinate representation of color #EF6CFF: hue angle of 293.47º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6CFF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 108 255 -
CMYK 0.06 0.58 0 0
HSL 293.47º 1% 0.71% -
HSV(B) 293.47º 0.58% 1% -
XYZ 59.01 36.3 98.5 -
YUV 163.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 239 108 255 0.06 0.58 0 0 293.47 1 0.71
Hex EF 6C FF 6 3A 0 0 125 64 47
Octal 357 154 377 6 72 0 0 445 144 107
Binary 11101111 1101100 11111111 110 111010 0 0 100100101 1100100 1000111

Color Harmonies of #EF6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CFF

Black with #EF6CFF

Text Example


Text Example

White with #EF6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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