Html Css Color HEX #EC6AFB Heliotrope

📋 copy color: '#EC6AFB'

red 236 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #EC6AFB

Tints of Heliotrope #EC6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.88%

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

R = 39.8%
G = 17.88%
B = 42.33%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC6AFB (or 0xEC6AFB) is known color: Heliotrope. HEX triplet: EC, 6A and FB. RGB value is (236,106,251). Sum of RGB (Red+Green+Blue) = 236+106+251=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 106 (41.80% from 255 or 17.88% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC6AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AFB is #139504. Grayscale: #A0A0A0. Windows color (decimal): -1283333 or 16476908. OLE color: 16476908.

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

Color convert

RGB 236 106 251 -
CMYK 0.06 0.58 0 0.02
HSL 293.79º 0.95% 0.7% -
HSV(B) 293.79º 0.58% 0.98% -
XYZ 57.16 35.11 95.03 -
YUV 161.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 236 106 251 0.06 0.58 0 0.02 293.79 0.95 0.7
Hex EC 6A FB 6 3A 0 2 126 5F 46
Octal 354 152 373 6 72 0 2 446 137 106
Binary 11101100 1101010 11111011 110 111010 0 10 100100110 1011111 1000110

Color Harmonies of #EC6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AFB

Black with #EC6AFB

Text Example


Text Example

White with #EC6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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