Html Css Color HEX #EC6FFC Heliotrope

📋 copy color: '#EC6FFC'

red 236 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #EC6FFC

Tints of Heliotrope #EC6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.53%

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

R = 39.4%
G = 18.53%
B = 42.07%

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

#EC6FFC (or 0xEC6FFC) is known color: Heliotrope. HEX triplet: EC, 6F and FC. RGB value is (236,111,252). Sum of RGB (Red+Green+Blue) = 236+111+252=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 111 (43.75% from 255 or 18.53% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FFC is #139003. Grayscale: #A4A4A4. Windows color (decimal): -1282052 or 16543724. OLE color: 16543724.

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

Color convert

RGB 236 111 252 -
CMYK 0.06 0.56 0 0.01
HSL 293.19º 0.96% 0.71% -
HSV(B) 293.19º 0.56% 0.99% -
XYZ 57.85 36.23 96.04 -
YUV 164.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 236 111 252 0.06 0.56 0 0.01 293.19 0.96 0.71
Hex EC 6F FC 6 38 0 1 125 60 47
Octal 354 157 374 6 70 0 1 445 140 107
Binary 11101100 1101111 11111100 110 111000 0 1 100100101 1100000 1000111

Color Harmonies of #EC6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FFC

Black with #EC6FFC

Text Example


Text Example

White with #EC6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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