Html Css Color HEX #EC71FE Heliotrope

📋 copy color: '#EC71FE'

red 236 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #EC71FE

Tints of Heliotrope #EC71FE

RGB

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

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

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

R = 39.14%
G = 18.74%
B = 42.12%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC71FE (or 0xEC71FE) is known color: Heliotrope. HEX triplet: EC, 71 and FE. RGB value is (236,113,254). Sum of RGB (Red+Green+Blue) = 236+113+254=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 113 (44.53% from 255 or 18.74% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC71FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71FE is #138E01. Grayscale: #A5A5A5. Windows color (decimal): -1281538 or 16675308. OLE color: 16675308.

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

Color convert

RGB 236 113 254 -
CMYK 0.07 0.56 0 0.00
HSL 292.34º 0.99% 0.72% -
HSV(B) 292.34º 0.56% 1% -
XYZ 58.39 36.8 97.79 -
YUV 165.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 236 113 254 0.07 0.56 0 0.00 292.34 0.99 0.72
Hex EC 71 FE 7 38 0 0 124 63 48
Octal 354 161 376 7 70 0 0 444 143 110
Binary 11101100 1110001 11111110 111 111000 0 0 100100100 1100011 1001000

Color Harmonies of #EC71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71FE

Black with #EC71FE

Text Example


Text Example

White with #EC71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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