Html Css Color HEX #EC70FC Heliotrope

📋 copy color: '#EC70FC'

red 236 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #EC70FC

Tints of Heliotrope #EC70FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.67%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 39.33%
G = 18.67%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC70FC (or 0xEC70FC) is known color: Heliotrope. HEX triplet: EC, 70 and FC. RGB value is (236,112,252). Sum of RGB (Red+Green+Blue) = 236+112+252=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC70FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FC is #138F03. Grayscale: #A4A4A4. Windows color (decimal): -1281796 or 16543980. OLE color: 16543980.

HSL color Cylindrical-coordinate representation of color #EC70FC: hue angle of 293.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC70FC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 112 252 -
CMYK 0.06 0.56 0 0.01
HSL 293.14º 0.96% 0.71% -
HSV(B) 293.14º 0.56% 0.99% -
XYZ 57.96 36.45 96.08 -
YUV 165.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 236 112 252 0.06 0.56 0 0.01 293.14 0.96 0.71
Hex EC 70 FC 6 38 0 1 125 60 47
Octal 354 160 374 6 70 0 1 445 140 107
Binary 11101100 1110000 11111100 110 111000 0 1 100100101 1100000 1000111

Color Harmonies of #EC70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70FC

Black with #EC70FC

Text Example


Text Example

White with #EC70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70FC; }

 p { color: rgb(236,112,252); }

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

background-color css

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

 a { background-color: rgb(236,112,252); }

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

border-color css

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

 span { border-color: rgb(236,112,252); }

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