Html Css Color HEX #EC70FD Heliotrope

📋 copy color: '#EC70FD'

red 236 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #EC70FD

Tints of Heliotrope #EC70FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.64%

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

R = 39.27%
G = 18.64%
B = 42.1%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC70FD (or 0xEC70FD) is known color: Heliotrope. HEX triplet: EC, 70 and FD. RGB value is (236,112,253). Sum of RGB (Red+Green+Blue) = 236+112+253=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC70FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FD is #138F02. Grayscale: #A4A4A4. Windows color (decimal): -1281795 or 16609516. OLE color: 16609516.

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

Color convert

RGB 236 112 253 -
CMYK 0.07 0.56 0 0.01
HSL 292.77º 0.97% 0.72% -
HSV(B) 292.77º 0.56% 0.99% -
XYZ 58.12 36.51 96.91 -
YUV 165.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 236 112 253 0.07 0.56 0 0.01 292.77 0.97 0.72
Hex EC 70 FD 7 38 0 1 125 61 48
Octal 354 160 375 7 70 0 1 445 141 110
Binary 11101100 1110000 11111101 111 111000 0 1 100100101 1100001 1001000

Color Harmonies of #EC70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70FD

Black with #EC70FD

Text Example


Text Example

White with #EC70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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