Html Css Color HEX #EC6BFE Heliotrope

📋 copy color: '#EC6BFE'

red 236 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #EC6BFE

Tints of Heliotrope #EC6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.92%

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

R = 39.53%
G = 17.92%
B = 42.55%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC6BFE (or 0xEC6BFE) is known color: Heliotrope. HEX triplet: EC, 6B and FE. RGB value is (236,107,254). Sum of RGB (Red+Green+Blue) = 236+107+254=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 107 (42.19% from 255 or 17.92% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC6BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BFE is #139401. Grayscale: #A1A1A1. Windows color (decimal): -1283074 or 16673772. OLE color: 16673772.

HSL color Cylindrical-coordinate representation of color #EC6BFE: hue angle of 292.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6BFE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 107 254 -
CMYK 0.07 0.58 0 0.00
HSL 292.65º 0.99% 0.71% -
HSV(B) 292.65º 0.58% 1% -
XYZ 57.74 35.5 97.58 -
YUV 162.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 236 107 254 0.07 0.58 0 0.00 292.65 0.99 0.71
Hex EC 6B FE 7 3A 0 0 125 63 47
Octal 354 153 376 7 72 0 0 445 143 107
Binary 11101100 1101011 11111110 111 111010 0 0 100100101 1100011 1000111

Color Harmonies of #EC6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BFE

Black with #EC6BFE

Text Example


Text Example

White with #EC6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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