Html Css Color HEX #EC7CFD Heliotrope

📋 copy color: '#EC7CFD'

red 236 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #EC7CFD

Tints of Heliotrope #EC7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.23%

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

R = 38.5%
G = 20.23%
B = 41.27%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC7CFD (or 0xEC7CFD) is known color: Heliotrope. HEX triplet: EC, 7C and FD. RGB value is (236,124,253). Sum of RGB (Red+Green+Blue) = 236+124+253=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 124 (48.83% from 255 or 20.23% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CFD is #138302. Grayscale: #ABABAB. Windows color (decimal): -1278723 or 16612588. OLE color: 16612588.

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

Color convert

RGB 236 124 253 -
CMYK 0.07 0.51 0 0.01
HSL 292.09º 0.97% 0.74% -
HSV(B) 292.09º 0.51% 0.99% -
XYZ 59.53 39.34 97.38 -
YUV 172.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 236 124 253 0.07 0.51 0 0.01 292.09 0.97 0.74
Hex EC 7C FD 7 33 0 1 124 61 4A
Octal 354 174 375 7 63 0 1 444 141 112
Binary 11101100 1111100 11111101 111 110011 0 1 100100100 1100001 1001010

Color Harmonies of #EC7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CFD

Black with #EC7CFD

Text Example


Text Example

White with #EC7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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