Html Css Color HEX #EE71FE Heliotrope

📋 copy color: '#EE71FE'

red 238 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #EE71FE

Tints of Heliotrope #EE71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.68%

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

R = 39.34%
G = 18.68%
B = 41.98%

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

#EE71FE (or 0xEE71FE) is known color: Heliotrope. HEX triplet: EE, 71 and FE. RGB value is (238,113,254). Sum of RGB (Red+Green+Blue) = 238+113+254=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE71FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71FE is #118E01. Grayscale: #A6A6A6. Windows color (decimal): -1150466 or 16675310. OLE color: 16675310.

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

Color convert

RGB 238 113 254 -
CMYK 0.06 0.56 0 0.00
HSL 293.19º 0.99% 0.72% -
HSV(B) 293.19º 0.56% 1% -
XYZ 59.05 37.14 97.82 -
YUV 166.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 238 113 254 0.06 0.56 0 0.00 293.19 0.99 0.72
Hex EE 71 FE 6 38 0 0 125 63 48
Octal 356 161 376 6 70 0 0 445 143 110
Binary 11101110 1110001 11111110 110 111000 0 0 100100101 1100011 1001000

Color Harmonies of #EE71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE71FE

Black with #EE71FE

Text Example


Text Example

White with #EE71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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