Html Css Color HEX #ED64CF Free Speech Magenta

📋 copy color: '#ED64CF'

red 237 ◦ green 100 ◦ blue 207

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

Shades of Free Speech Magenta #ED64CF

Tints of Free Speech Magenta #ED64CF

RGB

 RED value IS 237 (92.97% from 255) = 43.57%

 GREEN value IS 100 (39.45% from 255) = 18.38%

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 43.57%
G = 18.38%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED64CF (or 0xED64CF) is known color: Free Speech Magenta. HEX triplet: ED, 64 and CF. RGB value is (237,100,207). Sum of RGB (Red+Green+Blue) = 237+100+207=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED64CF is #129B30. Grayscale: #989898. Windows color (decimal): -1219377 or 13591789. OLE color: 13591789.

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

Color convert

RGB 237 100 207 -
CMYK 0 0.58 0.13 0.07
HSL 313.14º 0.79% 0.66% -
HSV(B) 313.14º 0.58% 0.93% -
XYZ 50.74 31.62 62.46 -
YUV 153.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 237 100 207 0 0.58 0.13 0.07 313.14 0.79 0.66
Hex ED 64 CF 0 3A D 7 139 4F 42
Octal 355 144 317 0 72 15 7 471 117 102
Binary 11101101 1100100 11001111 0 111010 1101 111 100111001 1001111 1000010

Color Harmonies of #ED64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64CF

Black with #ED64CF

Text Example


Text Example

White with #ED64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64CF; }

 p { color: rgb(237,100,207); }

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

background-color css

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

 a { background-color: rgb(237,100,207); }

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

border-color css

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

 span { border-color: rgb(237,100,207); }

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