Html Css Color HEX #EC72FB Heliotrope

📋 copy color: '#EC72FB'

red 236 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #EC72FB

Tints of Heliotrope #EC72FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.97%

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 39.27%
G = 18.97%
B = 41.76%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC72FB (or 0xEC72FB) is known color: Heliotrope. HEX triplet: EC, 72 and FB. RGB value is (236,114,251). Sum of RGB (Red+Green+Blue) = 236+114+251=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC72FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FB is #138D04. Grayscale: #A5A5A5. Windows color (decimal): -1281285 or 16478956. OLE color: 16478956.

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

Color convert

RGB 236 114 251 -
CMYK 0.06 0.55 0 0.02
HSL 293.43º 0.94% 0.72% -
HSV(B) 293.43º 0.55% 0.98% -
XYZ 58.02 36.83 95.32 -
YUV 166.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 236 114 251 0.06 0.55 0 0.02 293.43 0.94 0.72
Hex EC 72 FB 6 37 0 2 125 5E 48
Octal 354 162 373 6 67 0 2 445 136 110
Binary 11101100 1110010 11111011 110 110111 0 10 100100101 1011110 1001000

Color Harmonies of #EC72FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72FB

Black with #EC72FB

Text Example


Text Example

White with #EC72FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72FB; }

 p { color: rgb(236,114,251); }

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

background-color css

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

 a { background-color: rgb(236,114,251); }

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

border-color css

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

 span { border-color: rgb(236,114,251); }

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