Html Css Color HEX #EE70FC Heliotrope

📋 copy color: '#EE70FC'

red 238 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #EE70FC

Tints of Heliotrope #EE70FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 39.53%
G = 18.6%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE70FC (or 0xEE70FC) is known color: Heliotrope. HEX triplet: EE, 70 and FC. RGB value is (238,112,252). Sum of RGB (Red+Green+Blue) = 238+112+252=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE70FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70FC is #118F03. Grayscale: #A5A5A5. Windows color (decimal): -1150724 or 16543982. OLE color: 16543982.

HSL color Cylindrical-coordinate representation of color #EE70FC: hue angle of 294º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE70FC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 112 252 -
CMYK 0.06 0.56 0 0.01
HSL 294º 0.96% 0.71% -
HSV(B) 294º 0.56% 0.99% -
XYZ 58.62 36.79 96.11 -
YUV 165.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 238 112 252 0.06 0.56 0 0.01 294 0.96 0.71
Hex EE 70 FC 6 38 0 1 126 60 47
Octal 356 160 374 6 70 0 1 446 140 107
Binary 11101110 1110000 11111100 110 111000 0 1 100100110 1100000 1000111

Color Harmonies of #EE70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70FC

Black with #EE70FC

Text Example


Text Example

White with #EE70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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