Html Css Color HEX #EC74FD Heliotrope

📋 copy color: '#EC74FD'

red 236 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #EC74FD

Tints of Heliotrope #EC74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 39.01%
G = 19.17%
B = 41.82%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC74FD (or 0xEC74FD) is known color: Heliotrope. HEX triplet: EC, 74 and FD. RGB value is (236,116,253). Sum of RGB (Red+Green+Blue) = 236+116+253=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC74FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74FD is #138B02. Grayscale: #A7A7A7. Windows color (decimal): -1280771 or 16610540. OLE color: 16610540.

HSL color Cylindrical-coordinate representation of color #EC74FD: hue angle of 292.55º degrees, saturation: 0.97, 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 #EC74FD is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 116 253 -
CMYK 0.07 0.54 0 0.01
HSL 292.55º 0.97% 0.72% -
HSV(B) 292.55º 0.54% 0.99% -
XYZ 58.57 37.42 97.06 -
YUV 167.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 236 116 253 0.07 0.54 0 0.01 292.55 0.97 0.72
Hex EC 74 FD 7 36 0 1 125 61 48
Octal 354 164 375 7 66 0 1 445 141 110
Binary 11101100 1110100 11111101 111 110110 0 1 100100101 1100001 1001000

Color Harmonies of #EC74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74FD

Black with #EC74FD

Text Example


Text Example

White with #EC74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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