Html Css Color HEX #EC75FA Heliotrope

📋 copy color: '#EC75FA'

red 236 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #EC75FA

Tints of Heliotrope #EC75FA

RGB

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

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

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

R = 39.14%
G = 19.4%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC75FA (or 0xEC75FA) is known color: Heliotrope. HEX triplet: EC, 75 and FA. RGB value is (236,117,250). Sum of RGB (Red+Green+Blue) = 236+117+250=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC75FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75FA is #138A05. Grayscale: #A7A7A7. Windows color (decimal): -1280518 or 16414188. OLE color: 16414188.

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

Color convert

RGB 236 117 250 -
CMYK 0.06 0.53 0 0.02
HSL 293.68º 0.93% 0.72% -
HSV(B) 293.68º 0.53% 0.98% -
XYZ 58.21 37.46 94.6 -
YUV 167.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 236 117 250 0.06 0.53 0 0.02 293.68 0.93 0.72
Hex EC 75 FA 6 35 0 2 126 5D 48
Octal 354 165 372 6 65 0 2 446 135 110
Binary 11101100 1110101 11111010 110 110101 0 10 100100110 1011101 1001000

Color Harmonies of #EC75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75FA

Black with #EC75FA

Text Example


Text Example

White with #EC75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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