Html Css Color HEX #EC65DF Free Speech Magenta

📋 copy color: '#EC65DF'

red 236 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #EC65DF

Tints of Free Speech Magenta #EC65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.04%

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 42.14%
G = 18.04%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC65DF (or 0xEC65DF) is known color: Free Speech Magenta. HEX triplet: EC, 65 and DF. RGB value is (236,101,223). Sum of RGB (Red+Green+Blue) = 236+101+223=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65DF is #139A20. Grayscale: #9A9A9A. Windows color (decimal): -1284641 or 14640620. OLE color: 14640620.

HSL color Cylindrical-coordinate representation of color #EC65DF: hue angle of 305.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65DF is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 223 -
CMYK 0 0.57 0.06 0.07
HSL 305.78º 0.78% 0.66% -
HSV(B) 305.78º 0.57% 0.93% -
XYZ 52.57 32.47 73.31 -
YUV 155.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 236 101 223 0 0.57 0.06 0.07 305.78 0.78 0.66
Hex EC 65 DF 0 39 6 7 132 4E 42
Octal 354 145 337 0 71 6 7 462 116 102
Binary 11101100 1100101 11011111 0 111001 110 111 100110010 1001110 1000010

Color Harmonies of #EC65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65DF

Black with #EC65DF

Text Example


Text Example

White with #EC65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65DF; }

 p { color: rgb(236,101,223); }

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

background-color css

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

 a { background-color: rgb(236,101,223); }

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

border-color css

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

 span { border-color: rgb(236,101,223); }

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