Html Css Color HEX #EC74FA Heliotrope

📋 copy color: '#EC74FA'

red 236 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #EC74FA

Tints of Heliotrope #EC74FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 39.2%
G = 19.27%
B = 41.53%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC74FA (or 0xEC74FA) is known color: Heliotrope. HEX triplet: EC, 74 and FA. RGB value is (236,116,250). Sum of RGB (Red+Green+Blue) = 236+116+250=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 116 (45.70% from 255 or 19.27% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74FA is #138B05. Grayscale: #A6A6A6. Windows color (decimal): -1280774 or 16413932. OLE color: 16413932.

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

Color convert

RGB 236 116 250 -
CMYK 0.06 0.54 0 0.02
HSL 293.73º 0.93% 0.72% -
HSV(B) 293.73º 0.54% 0.98% -
XYZ 58.09 37.23 94.57 -
YUV 167.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 236 116 250 0.06 0.54 0 0.02 293.73 0.93 0.72
Hex EC 74 FA 6 36 0 2 126 5D 48
Octal 354 164 372 6 66 0 2 446 135 110
Binary 11101100 1110100 11111010 110 110110 0 10 100100110 1011101 1001000

Color Harmonies of #EC74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74FA

Black with #EC74FA

Text Example


Text Example

White with #EC74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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