Html Css Color HEX #EC74FC Heliotrope

📋 copy color: '#EC74FC'

red 236 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #EC74FC

Tints of Heliotrope #EC74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.21%

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

R = 39.07%
G = 19.21%
B = 41.72%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC74FC (or 0xEC74FC) is known color: Heliotrope. HEX triplet: EC, 74 and FC. RGB value is (236,116,252). Sum of RGB (Red+Green+Blue) = 236+116+252=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC74FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74FC is #138B03. Grayscale: #A6A6A6. Windows color (decimal): -1280772 or 16545004. OLE color: 16545004.

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

Color convert

RGB 236 116 252 -
CMYK 0.06 0.54 0 0.01
HSL 292.94º 0.96% 0.72% -
HSV(B) 292.94º 0.54% 0.99% -
XYZ 58.41 37.35 96.23 -
YUV 167.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 236 116 252 0.06 0.54 0 0.01 292.94 0.96 0.72
Hex EC 74 FC 6 36 0 1 125 60 48
Octal 354 164 374 6 66 0 1 445 140 110
Binary 11101100 1110100 11111100 110 110110 0 1 100100101 1100000 1001000

Color Harmonies of #EC74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74FC

Black with #EC74FC

Text Example


Text Example

White with #EC74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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