Html Css Color HEX #EC7AFB Heliotrope

📋 copy color: '#EC7AFB'

red 236 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #EC7AFB

Tints of Heliotrope #EC7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.03%

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

R = 38.75%
G = 20.03%
B = 41.22%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC7AFB (or 0xEC7AFB) is known color: Heliotrope. HEX triplet: EC, 7A and FB. RGB value is (236,122,251). Sum of RGB (Red+Green+Blue) = 236+122+251=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 122 (48.05% from 255 or 20.03% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC7AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AFB is #138504. Grayscale: #AAAAAA. Windows color (decimal): -1279237 or 16481004. OLE color: 16481004.

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

Color convert

RGB 236 122 251 -
CMYK 0.06 0.51 0 0.02
HSL 293.02º 0.94% 0.73% -
HSV(B) 293.02º 0.51% 0.98% -
XYZ 58.96 38.72 95.63 -
YUV 170.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 236 122 251 0.06 0.51 0 0.02 293.02 0.94 0.73
Hex EC 7A FB 6 33 0 2 125 5E 49
Octal 354 172 373 6 63 0 2 445 136 111
Binary 11101100 1111010 11111011 110 110011 0 10 100100101 1011110 1001001

Color Harmonies of #EC7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AFB

Black with #EC7AFB

Text Example


Text Example

White with #EC7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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