Html Css Color HEX #EC69FC Heliotrope

📋 copy color: '#EC69FC'

red 236 ◦ green 105 ◦ blue 252

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

Shades of Heliotrope #EC69FC

Tints of Heliotrope #EC69FC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.71%

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

R = 39.8%
G = 17.71%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC69FC (or 0xEC69FC) is known color: Heliotrope. HEX triplet: EC, 69 and FC. RGB value is (236,105,252). Sum of RGB (Red+Green+Blue) = 236+105+252=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC69FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69FC is #139603. Grayscale: #A0A0A0. Windows color (decimal): -1283588 or 16542188. OLE color: 16542188.

HSL color Cylindrical-coordinate representation of color #EC69FC: hue angle of 293.47º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC69FC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 105 252 -
CMYK 0.06 0.58 0 0.01
HSL 293.47º 0.96% 0.7% -
HSV(B) 293.47º 0.58% 0.99% -
XYZ 57.21 34.96 95.83 -
YUV 160.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 236 105 252 0.06 0.58 0 0.01 293.47 0.96 0.7
Hex EC 69 FC 6 3A 0 1 125 60 46
Octal 354 151 374 6 72 0 1 445 140 106
Binary 11101100 1101001 11111100 110 111010 0 1 100100101 1100000 1000110

Color Harmonies of #EC69FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69FC

Black with #EC69FC

Text Example


Text Example

White with #EC69FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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