Html Css Color HEX #EE70FE Heliotrope

📋 copy color: '#EE70FE'

red 238 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #EE70FE

Tints of Heliotrope #EE70FE

RGB

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

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

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

R = 39.4%
G = 18.54%
B = 42.05%

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

#EE70FE (or 0xEE70FE) is known color: Heliotrope. HEX triplet: EE, 70 and FE. RGB value is (238,112,254). Sum of RGB (Red+Green+Blue) = 238+112+254=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 112 (44.14% from 255 or 18.54% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE70FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70FE is #118F01. Grayscale: #A5A5A5. Windows color (decimal): -1150722 or 16675054. OLE color: 16675054.

HSL color Cylindrical-coordinate representation of color #EE70FE: hue angle of 293.24º 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 #EE70FE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 112 254 -
CMYK 0.06 0.56 0 0.00
HSL 293.24º 0.99% 0.72% -
HSV(B) 293.24º 0.56% 1% -
XYZ 58.94 36.92 97.79 -
YUV 165.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 238 112 254 0.06 0.56 0 0.00 293.24 0.99 0.72
Hex EE 70 FE 6 38 0 0 125 63 48
Octal 356 160 376 6 70 0 0 445 143 110
Binary 11101110 1110000 11111110 110 111000 0 0 100100101 1100011 1001000

Color Harmonies of #EE70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70FE

Black with #EE70FE

Text Example


Text Example

White with #EE70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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