Html Css Color HEX #EC7DFE Heliotrope

📋 copy color: '#EC7DFE'

red 236 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #EC7DFE

Tints of Heliotrope #EC7DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.33%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 38.37%
G = 20.33%
B = 41.3%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC7DFE (or 0xEC7DFE) is known color: Heliotrope. HEX triplet: EC, 7D and FE. RGB value is (236,125,254). Sum of RGB (Red+Green+Blue) = 236+125+254=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DFE is #138201. Grayscale: #ACACAC. Windows color (decimal): -1278466 or 16678380. OLE color: 16678380.

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

Color convert

RGB 236 125 254 -
CMYK 0.07 0.51 0 0.00
HSL 291.63º 0.98% 0.74% -
HSV(B) 291.63º 0.51% 1% -
XYZ 59.82 39.66 98.27 -
YUV 172.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 236 125 254 0.07 0.51 0 0.00 291.63 0.98 0.74
Hex EC 7D FE 7 33 0 0 124 62 4A
Octal 354 175 376 7 63 0 0 444 142 112
Binary 11101100 1111101 11111110 111 110011 0 0 100100100 1100010 1001010

Color Harmonies of #EC7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DFE

Black with #EC7DFE

Text Example


Text Example

White with #EC7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DFE; }

 p { color: rgb(236,125,254); }

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

background-color css

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

 a { background-color: rgb(236,125,254); }

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

border-color css

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

 span { border-color: rgb(236,125,254); }

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