Html Css Color HEX #EC6BE7 Free Speech Magenta

📋 copy color: '#EC6BE7'

red 236 ◦ green 107 ◦ blue 231

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

Shades of Free Speech Magenta #EC6BE7

Tints of Free Speech Magenta #EC6BE7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.64%

 BLUE value IS 231 (90.63% from 255) = 40.24%

R = 41.11%
G = 18.64%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC6BE7 (or 0xEC6BE7) is known color: Free Speech Magenta. HEX triplet: EC, 6B and E7. RGB value is (236,107,231). Sum of RGB (Red+Green+Blue) = 236+107+231=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BE7 is #139418. Grayscale: #9F9F9F. Windows color (decimal): -1283097 or 15166444. OLE color: 15166444.

HSL color Cylindrical-coordinate representation of color #EC6BE7: hue angle of 302.33º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BE7 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 107 231 -
CMYK 0 0.55 0.02 0.07
HSL 302.33º 0.77% 0.67% -
HSV(B) 302.33º 0.55% 0.93% -
XYZ 54.27 34.12 79.33 -
YUV 159.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 236 107 231 0 0.55 0.02 0.07 302.33 0.77 0.67
Hex EC 6B E7 0 37 2 7 12E 4D 43
Octal 354 153 347 0 67 2 7 456 115 103
Binary 11101100 1101011 11100111 0 110111 10 111 100101110 1001101 1000011

Color Harmonies of #EC6BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BE7

Black with #EC6BE7

Text Example


Text Example

White with #EC6BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BE7; }

 p { color: rgb(236,107,231); }

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

background-color css

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

 a { background-color: rgb(236,107,231); }

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

border-color css

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

 span { border-color: rgb(236,107,231); }

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