Html Css Color HEX #EC7BFC Heliotrope

📋 copy color: '#EC7BFC'

red 236 ◦ green 123 ◦ blue 252

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

Shades of Heliotrope #EC7BFC

Tints of Heliotrope #EC7BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.13%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 38.63%
G = 20.13%
B = 41.24%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC7BFC (or 0xEC7BFC) is known color: Heliotrope. HEX triplet: EC, 7B and FC. RGB value is (236,123,252). Sum of RGB (Red+Green+Blue) = 236+123+252=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BFC is #138403. Grayscale: #ABABAB. Windows color (decimal): -1278980 or 16546796. OLE color: 16546796.

HSL color Cylindrical-coordinate representation of color #EC7BFC: hue angle of 292.56º degrees, saturation: 0.96, 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 #EC7BFC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 123 252 -
CMYK 0.06 0.51 0 0.01
HSL 292.56º 0.96% 0.74% -
HSV(B) 292.56º 0.51% 0.99% -
XYZ 59.25 39.03 96.51 -
YUV 171.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 236 123 252 0.06 0.51 0 0.01 292.56 0.96 0.74
Hex EC 7B FC 6 33 0 1 125 60 4A
Octal 354 173 374 6 63 0 1 445 140 112
Binary 11101100 1111011 11111100 110 110011 0 1 100100101 1100000 1001010

Color Harmonies of #EC7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BFC

Black with #EC7BFC

Text Example


Text Example

White with #EC7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BFC; }

 p { color: rgb(236,123,252); }

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

background-color css

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

 a { background-color: rgb(236,123,252); }

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

border-color css

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

 span { border-color: rgb(236,123,252); }

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