Html Css Color HEX #EF70FB Ultra Pink

📋 copy color: '#EF70FB'

red 239 ◦ green 112 ◦ blue 251

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

Shades of Ultra Pink #EF70FB

Tints of Ultra Pink #EF70FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 39.7%
G = 18.6%
B = 41.69%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF70FB (or 0xEF70FB) is known color: Ultra Pink. HEX triplet: EF, 70 and FB. RGB value is (239,112,251). Sum of RGB (Red+Green+Blue) = 239+112+251=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF70FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70FB is #108F04. Grayscale: #A5A5A5. Windows color (decimal): -1085189 or 16478447. OLE color: 16478447.

HSL color Cylindrical-coordinate representation of color #EF70FB: hue angle of 294.82º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF70FB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 112 251 -
CMYK 0.05 0.55 0 0.02
HSL 294.82º 0.95% 0.71% -
HSV(B) 294.82º 0.55% 0.98% -
XYZ 58.8 36.9 95.29 -
YUV 165.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 239 112 251 0.05 0.55 0 0.02 294.82 0.95 0.71
Hex EF 70 FB 5 37 0 2 127 5F 47
Octal 357 160 373 5 67 0 2 447 137 107
Binary 11101111 1110000 11111011 101 110111 0 10 100100111 1011111 1000111

Color Harmonies of #EF70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70FB

Black with #EF70FB

Text Example


Text Example

White with #EF70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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