Html Css Color HEX #EC6FFD Heliotrope

📋 copy color: '#EC6FFD'

red 236 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #EC6FFD

Tints of Heliotrope #EC6FFD

RGB

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

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

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

R = 39.33%
G = 18.5%
B = 42.17%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC6FFD (or 0xEC6FFD) is known color: Heliotrope. HEX triplet: EC, 6F and FD. RGB value is (236,111,253). Sum of RGB (Red+Green+Blue) = 236+111+253=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 111 (43.75% from 255 or 18.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FFD is #139002. Grayscale: #A4A4A4. Windows color (decimal): -1282051 or 16609260. OLE color: 16609260.

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

Color convert

RGB 236 111 253 -
CMYK 0.07 0.56 0 0.01
HSL 292.82º 0.97% 0.71% -
HSV(B) 292.82º 0.56% 0.99% -
XYZ 58.01 36.29 96.88 -
YUV 164.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 236 111 253 0.07 0.56 0 0.01 292.82 0.97 0.71
Hex EC 6F FD 7 38 0 1 125 61 47
Octal 354 157 375 7 70 0 1 445 141 107
Binary 11101100 1101111 11111101 111 111000 0 1 100100101 1100001 1000111

Color Harmonies of #EC6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FFD

Black with #EC6FFD

Text Example


Text Example

White with #EC6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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