Html Css Color HEX #EE70FB Ultra Pink

📋 copy color: '#EE70FB'

red 238 ◦ green 112 ◦ blue 251

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

Shades of Ultra Pink #EE70FB

Tints of Ultra Pink #EE70FB

RGB

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

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

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

R = 39.6%
G = 18.64%
B = 41.76%

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

#EE70FB (or 0xEE70FB) is known color: Ultra Pink. HEX triplet: EE, 70 and FB. RGB value is (238,112,251). Sum of RGB (Red+Green+Blue) = 238+112+251=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE70FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70FB is #118F04. Grayscale: #A5A5A5. Windows color (decimal): -1150725 or 16478446. OLE color: 16478446.

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

Color convert

RGB 238 112 251 -
CMYK 0.05 0.55 0 0.02
HSL 294.39º 0.95% 0.71% -
HSV(B) 294.39º 0.55% 0.98% -
XYZ 58.47 36.73 95.27 -
YUV 165.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 238 112 251 0.05 0.55 0 0.02 294.39 0.95 0.71
Hex EE 70 FB 5 37 0 2 126 5F 47
Octal 356 160 373 5 67 0 2 446 137 107
Binary 11101110 1110000 11111011 101 110111 0 10 100100110 1011111 1000111

Color Harmonies of #EE70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70FB

Black with #EE70FB

Text Example


Text Example

White with #EE70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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