Html Css Color HEX #EC75FF Heliotrope

📋 copy color: '#EC75FF'

red 236 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #EC75FF

Tints of Heliotrope #EC75FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 38.82%
G = 19.24%
B = 41.94%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC75FF (or 0xEC75FF) is known color: Heliotrope. HEX triplet: EC, 75 and FF. RGB value is (236,117,255). Sum of RGB (Red+Green+Blue) = 236+117+255=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC75FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75FF is #138A00. Grayscale: #A7A7A7. Windows color (decimal): -1280513 or 16741868. OLE color: 16741868.

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

Color convert

RGB 236 117 255 -
CMYK 0.07 0.54 0 0
HSL 291.74º 1% 0.73% -
HSV(B) 291.74º 0.54% 1% -
XYZ 59 37.78 98.79 -
YUV 168.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 236 117 255 0.07 0.54 0 0 291.74 1 0.73
Hex EC 75 FF 7 36 0 0 124 64 49
Octal 354 165 377 7 66 0 0 444 144 111
Binary 11101100 1110101 11111111 111 110110 0 0 100100100 1100100 1001001

Color Harmonies of #EC75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75FF

Black with #EC75FF

Text Example


Text Example

White with #EC75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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