Html Css Color HEX #EC75FB Heliotrope

📋 copy color: '#EC75FB'

red 236 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #EC75FB

Tints of Heliotrope #EC75FB

RGB

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

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

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

R = 39.07%
G = 19.37%
B = 41.56%

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

#EC75FB (or 0xEC75FB) is known color: Heliotrope. HEX triplet: EC, 75 and FB. RGB value is (236,117,251). Sum of RGB (Red+Green+Blue) = 236+117+251=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC75FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75FB is #138A04. Grayscale: #A7A7A7. Windows color (decimal): -1280517 or 16479724. OLE color: 16479724.

HSL color Cylindrical-coordinate representation of color #EC75FB: hue angle of 293.28º degrees, saturation: 0.94, 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 #EC75FB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 117 251 -
CMYK 0.06 0.53 0 0.02
HSL 293.28º 0.94% 0.72% -
HSV(B) 293.28º 0.53% 0.98% -
XYZ 58.37 37.52 95.43 -
YUV 167.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 236 117 251 0.06 0.53 0 0.02 293.28 0.94 0.72
Hex EC 75 FB 6 35 0 2 125 5E 48
Octal 354 165 373 6 65 0 2 445 136 110
Binary 11101100 1110101 11111011 110 110101 0 10 100100101 1011110 1001000

Color Harmonies of #EC75FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75FB

Black with #EC75FB

Text Example


Text Example

White with #EC75FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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