Html Css Color HEX #EE70F9 Ultra Pink

📋 copy color: '#EE70F9'

red 238 ◦ green 112 ◦ blue 249

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

Shades of Ultra Pink #EE70F9

Tints of Ultra Pink #EE70F9

RGB

 RED value IS 238 (93.36% from 255) = 39.73%

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 39.73%
G = 18.7%
B = 41.57%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE70F9 (or 0xEE70F9) is known color: Ultra Pink. HEX triplet: EE, 70 and F9. RGB value is (238,112,249). Sum of RGB (Red+Green+Blue) = 238+112+249=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE70F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70F9 is #118F06. Grayscale: #A4A4A4. Windows color (decimal): -1150727 or 16347374. OLE color: 16347374.

HSL color Cylindrical-coordinate representation of color #EE70F9: hue angle of 295.18º degrees, saturation: 0.92, 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 #EE70F9 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 112 249 -
CMYK 0.04 0.55 0 0.02
HSL 295.18º 0.92% 0.71% -
HSV(B) 295.18º 0.55% 0.98% -
XYZ 58.15 36.61 93.62 -
YUV 165.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 238 112 249 0.04 0.55 0 0.02 295.18 0.92 0.71
Hex EE 70 F9 4 37 0 2 127 5C 47
Octal 356 160 371 4 67 0 2 447 134 107
Binary 11101110 1110000 11111001 100 110111 0 10 100100111 1011100 1000111

Color Harmonies of #EE70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70F9

Black with #EE70F9

Text Example


Text Example

White with #EE70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70F9; }

 p { color: rgb(238,112,249); }

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

background-color css

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

 a { background-color: rgb(238,112,249); }

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

border-color css

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

 span { border-color: rgb(238,112,249); }

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