Html Css Color HEX #EC6BFC Heliotrope

📋 copy color: '#EC6BFC'

red 236 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #EC6BFC

Tints of Heliotrope #EC6BFC

RGB

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

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

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

R = 39.66%
G = 17.98%
B = 42.35%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC6BFC (or 0xEC6BFC) is known color: Heliotrope. HEX triplet: EC, 6B and FC. RGB value is (236,107,252). Sum of RGB (Red+Green+Blue) = 236+107+252=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC6BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BFC is #139403. Grayscale: #A1A1A1. Windows color (decimal): -1283076 or 16542700. OLE color: 16542700.

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

Color convert

RGB 236 107 252 -
CMYK 0.06 0.58 0 0.01
HSL 293.38º 0.96% 0.7% -
HSV(B) 293.38º 0.58% 0.99% -
XYZ 57.42 35.38 95.9 -
YUV 162.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 236 107 252 0.06 0.58 0 0.01 293.38 0.96 0.7
Hex EC 6B FC 6 3A 0 1 125 60 46
Octal 354 153 374 6 72 0 1 445 140 106
Binary 11101100 1101011 11111100 110 111010 0 1 100100101 1100000 1000110

Color Harmonies of #EC6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BFC

Black with #EC6BFC

Text Example


Text Example

White with #EC6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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