Html Css Color HEX #EC71FB Heliotrope

📋 copy color: '#EC71FB'

red 236 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #EC71FB

Tints of Heliotrope #EC71FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.83%

R = 39.33%
G = 18.83%
B = 41.83%

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

#EC71FB (or 0xEC71FB) is known color: Heliotrope. HEX triplet: EC, 71 and FB. RGB value is (236,113,251). Sum of RGB (Red+Green+Blue) = 236+113+251=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 113 (44.53% from 255 or 18.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC71FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71FB is #138E04. Grayscale: #A5A5A5. Windows color (decimal): -1281541 or 16478700. OLE color: 16478700.

HSL color Cylindrical-coordinate representation of color #EC71FB: hue angle of 293.48º degrees, saturation: 0.95, 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 #EC71FB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 113 251 -
CMYK 0.06 0.55 0 0.02
HSL 293.48º 0.95% 0.71% -
HSV(B) 293.48º 0.55% 0.98% -
XYZ 57.91 36.61 95.28 -
YUV 165.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 236 113 251 0.06 0.55 0 0.02 293.48 0.95 0.71
Hex EC 71 FB 6 37 0 2 125 5F 47
Octal 354 161 373 6 67 0 2 445 137 107
Binary 11101100 1110001 11111011 110 110111 0 10 100100101 1011111 1000111

Color Harmonies of #EC71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71FB

Black with #EC71FB

Text Example


Text Example

White with #EC71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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