Html Css Color HEX #EE70FF Heliotrope

📋 copy color: '#EE70FF'

red 238 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #EE70FF

Tints of Heliotrope #EE70FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 39.34%
G = 18.51%
B = 42.15%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE70FF (or 0xEE70FF) is known color: Heliotrope. HEX triplet: EE, 70 and FF. RGB value is (238,112,255). Sum of RGB (Red+Green+Blue) = 238+112+255=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70FF is #118F00. Grayscale: #A5A5A5. Windows color (decimal): -1150721 or 16740590. OLE color: 16740590.

HSL color Cylindrical-coordinate representation of color #EE70FF: hue angle of 292.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE70FF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 112 255 -
CMYK 0.07 0.56 0 0
HSL 292.87º 1% 0.72% -
HSV(B) 292.87º 0.56% 1% -
XYZ 59.1 36.99 98.63 -
YUV 165.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 238 112 255 0.07 0.56 0 0 292.87 1 0.72
Hex EE 70 FF 7 38 0 0 125 64 48
Octal 356 160 377 7 70 0 0 445 144 110
Binary 11101110 1110000 11111111 111 111000 0 0 100100101 1100100 1001000

Color Harmonies of #EE70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70FF

Black with #EE70FF

Text Example


Text Example

White with #EE70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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