Html Css Color HEX #EE70FA Ultra Pink

📋 copy color: '#EE70FA'

red 238 ◦ green 112 ◦ blue 250

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

Shades of Ultra Pink #EE70FA

Tints of Ultra Pink #EE70FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 39.67%
G = 18.67%
B = 41.67%

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

#EE70FA (or 0xEE70FA) is known color: Ultra Pink. HEX triplet: EE, 70 and FA. RGB value is (238,112,250). Sum of RGB (Red+Green+Blue) = 238+112+250=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE70FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70FA is #118F05. Grayscale: #A4A4A4. Windows color (decimal): -1150726 or 16412910. OLE color: 16412910.

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

Color convert

RGB 238 112 250 -
CMYK 0.05 0.55 0 0.02
HSL 294.78º 0.93% 0.71% -
HSV(B) 294.78º 0.55% 0.98% -
XYZ 58.31 36.67 94.45 -
YUV 165.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 238 112 250 0.05 0.55 0 0.02 294.78 0.93 0.71
Hex EE 70 FA 5 37 0 2 127 5D 47
Octal 356 160 372 5 67 0 2 447 135 107
Binary 11101110 1110000 11111010 101 110111 0 10 100100111 1011101 1000111

Color Harmonies of #EE70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70FA

Black with #EE70FA

Text Example


Text Example

White with #EE70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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