Html Css Color HEX #EC73FD Heliotrope

📋 copy color: '#EC73FD'

red 236 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #EC73FD

Tints of Heliotrope #EC73FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.04%

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

R = 39.07%
G = 19.04%
B = 41.89%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC73FD (or 0xEC73FD) is known color: Heliotrope. HEX triplet: EC, 73 and FD. RGB value is (236,115,253). Sum of RGB (Red+Green+Blue) = 236+115+253=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC73FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73FD is #138C02. Grayscale: #A6A6A6. Windows color (decimal): -1281027 or 16610284. OLE color: 16610284.

HSL color Cylindrical-coordinate representation of color #EC73FD: hue angle of 292.61º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC73FD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 115 253 -
CMYK 0.07 0.55 0 0.01
HSL 292.61º 0.97% 0.72% -
HSV(B) 292.61º 0.55% 0.99% -
XYZ 58.45 37.19 97.03 -
YUV 166.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 236 115 253 0.07 0.55 0 0.01 292.61 0.97 0.72
Hex EC 73 FD 7 37 0 1 125 61 48
Octal 354 163 375 7 67 0 1 445 141 110
Binary 11101100 1110011 11111101 111 110111 0 1 100100101 1100001 1001000

Color Harmonies of #EC73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73FD

Black with #EC73FD

Text Example


Text Example

White with #EC73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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