Html Css Color HEX #EE71FF Heliotrope

📋 copy color: '#EE71FF'

red 238 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #EE71FF

Tints of Heliotrope #EE71FF

RGB

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

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

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

R = 39.27%
G = 18.65%
B = 42.08%

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

#EE71FF (or 0xEE71FF) is known color: Heliotrope. HEX triplet: EE, 71 and FF. RGB value is (238,113,255). Sum of RGB (Red+Green+Blue) = 238+113+255=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 113 (44.53% from 255 or 18.65% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE71FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71FF is #118E00. Grayscale: #A6A6A6. Windows color (decimal): -1150465 or 16740846. OLE color: 16740846.

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

Color convert

RGB 238 113 255 -
CMYK 0.07 0.56 0 0
HSL 292.82º 1% 0.72% -
HSV(B) 292.82º 0.56% 1% -
XYZ 59.22 37.21 98.67 -
YUV 166.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 238 113 255 0.07 0.56 0 0 292.82 1 0.72
Hex EE 71 FF 7 38 0 0 125 64 48
Octal 356 161 377 7 70 0 0 445 144 110
Binary 11101110 1110001 11111111 111 111000 0 0 100100101 1100100 1001000

Color Harmonies of #EE71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE71FF

Black with #EE71FF

Text Example


Text Example

White with #EE71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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