Html Css Color HEX #EC75FE Heliotrope

📋 copy color: '#EC75FE'

red 236 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #EC75FE

Tints of Heliotrope #EC75FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.28%

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 38.88%
G = 19.28%
B = 41.85%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC75FE (or 0xEC75FE) is known color: Heliotrope. HEX triplet: EC, 75 and FE. RGB value is (236,117,254). Sum of RGB (Red+Green+Blue) = 236+117+254=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75FE is #138A01. Grayscale: #A7A7A7. Windows color (decimal): -1280514 or 16676332. OLE color: 16676332.

HSL color Cylindrical-coordinate representation of color #EC75FE: hue angle of 292.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC75FE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 117 254 -
CMYK 0.07 0.54 0 0.00
HSL 292.12º 0.99% 0.73% -
HSV(B) 292.12º 0.54% 1% -
XYZ 58.84 37.71 97.94 -
YUV 168.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 236 117 254 0.07 0.54 0 0.00 292.12 0.99 0.73
Hex EC 75 FE 7 36 0 0 124 63 49
Octal 354 165 376 7 66 0 0 444 143 111
Binary 11101100 1110101 11111110 111 110110 0 0 100100100 1100011 1001001

Color Harmonies of #EC75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75FE

Black with #EC75FE

Text Example


Text Example

White with #EC75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75FE; }

 p { color: rgb(236,117,254); }

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

background-color css

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

 a { background-color: rgb(236,117,254); }

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

border-color css

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

 span { border-color: rgb(236,117,254); }

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