Html Css Color HEX #EC71FA Heliotrope

📋 copy color: '#EC71FA'

red 236 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #EC71FA

Tints of Heliotrope #EC71FA

RGB

 RED value IS 236 (92.58% from 255) = 39.4%

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 39.4%
G = 18.86%
B = 41.74%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC71FA (or 0xEC71FA) is known color: Heliotrope. HEX triplet: EC, 71 and FA. RGB value is (236,113,250). Sum of RGB (Red+Green+Blue) = 236+113+250=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 113 (44.53% from 255 or 18.86% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC71FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71FA is #138E05. Grayscale: #A4A4A4. Windows color (decimal): -1281542 or 16413164. OLE color: 16413164.

HSL color Cylindrical-coordinate representation of color #EC71FA: hue angle of 293.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC71FA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 113 250 -
CMYK 0.06 0.55 0 0.02
HSL 293.87º 0.93% 0.71% -
HSV(B) 293.87º 0.55% 0.98% -
XYZ 57.75 36.55 94.45 -
YUV 165.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 236 113 250 0.06 0.55 0 0.02 293.87 0.93 0.71
Hex EC 71 FA 6 37 0 2 126 5D 47
Octal 354 161 372 6 67 0 2 446 135 107
Binary 11101100 1110001 11111010 110 110111 0 10 100100110 1011101 1000111

Color Harmonies of #EC71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71FA

Black with #EC71FA

Text Example


Text Example

White with #EC71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71FA; }

 p { color: rgb(236,113,250); }

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

background-color css

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

 a { background-color: rgb(236,113,250); }

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

border-color css

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

 span { border-color: rgb(236,113,250); }

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