Html Css Color HEX #EC6AFD Heliotrope

📋 copy color: '#EC6AFD'

red 236 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #EC6AFD

Tints of Heliotrope #EC6AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.82%

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 39.66%
G = 17.82%
B = 42.52%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC6AFD (or 0xEC6AFD) is known color: Heliotrope. HEX triplet: EC, 6A and FD. RGB value is (236,106,253). Sum of RGB (Red+Green+Blue) = 236+106+253=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 106 (41.80% from 255 or 17.82% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AFD is #139502. Grayscale: #A1A1A1. Windows color (decimal): -1283331 or 16607980. OLE color: 16607980.

HSL color Cylindrical-coordinate representation of color #EC6AFD: hue angle of 293.06º degrees, saturation: 0.97, 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 #EC6AFD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 106 253 -
CMYK 0.07 0.58 0 0.01
HSL 293.06º 0.97% 0.7% -
HSV(B) 293.06º 0.58% 0.99% -
XYZ 57.48 35.23 96.7 -
YUV 161.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 236 106 253 0.07 0.58 0 0.01 293.06 0.97 0.7
Hex EC 6A FD 7 3A 0 1 125 61 46
Octal 354 152 375 7 72 0 1 445 141 106
Binary 11101100 1101010 11111101 111 111010 0 1 100100101 1100001 1000110

Color Harmonies of #EC6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AFD

Black with #EC6AFD

Text Example


Text Example

White with #EC6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AFD; }

 p { color: rgb(236,106,253); }

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

background-color css

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

 a { background-color: rgb(236,106,253); }

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

border-color css

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

 span { border-color: rgb(236,106,253); }

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