Html Css Color HEX #EF70FE Ultra Pink

📋 copy color: '#EF70FE'

red 239 ◦ green 112 ◦ blue 254

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

Shades of Ultra Pink #EF70FE

Tints of Ultra Pink #EF70FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.51%

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 39.5%
G = 18.51%
B = 41.98%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF70FE (or 0xEF70FE) is known color: Ultra Pink. HEX triplet: EF, 70 and FE. RGB value is (239,112,254). Sum of RGB (Red+Green+Blue) = 239+112+254=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF70FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70FE is #108F01. Grayscale: #A5A5A5. Windows color (decimal): -1085186 or 16675055. OLE color: 16675055.

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

Color convert

RGB 239 112 254 -
CMYK 0.06 0.56 0 0.00
HSL 293.66º 0.99% 0.72% -
HSV(B) 293.66º 0.56% 1% -
XYZ 59.28 37.09 97.8 -
YUV 166.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 239 112 254 0.06 0.56 0 0.00 293.66 0.99 0.72
Hex EF 70 FE 6 38 0 0 126 63 48
Octal 357 160 376 6 70 0 0 446 143 110
Binary 11101111 1110000 11111110 110 111000 0 0 100100110 1100011 1001000

Color Harmonies of #EF70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70FE

Black with #EF70FE

Text Example


Text Example

White with #EF70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70FE; }

 p { color: rgb(239,112,254); }

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

background-color css

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

 a { background-color: rgb(239,112,254); }

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

border-color css

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

 span { border-color: rgb(239,112,254); }

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