Html Css Color HEX #ED68DF Free Speech Magenta

📋 copy color: '#ED68DF'

red 237 ◦ green 104 ◦ blue 223

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

Shades of Free Speech Magenta #ED68DF

Tints of Free Speech Magenta #ED68DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

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

R = 42.02%
G = 18.44%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED68DF (or 0xED68DF) is known color: Free Speech Magenta. HEX triplet: ED, 68 and DF. RGB value is (237,104,223). Sum of RGB (Red+Green+Blue) = 237+104+223=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68DF is #129720. Grayscale: #9C9C9C. Windows color (decimal): -1218337 or 14641389. OLE color: 14641389.

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

Color convert

RGB 237 104 223 -
CMYK 0 0.56 0.06 0.07
HSL 306.32º 0.79% 0.67% -
HSV(B) 306.32º 0.56% 0.93% -
XYZ 53.19 33.23 73.42 -
YUV 157.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 237 104 223 0 0.56 0.06 0.07 306.32 0.79 0.67
Hex ED 68 DF 0 38 6 7 132 4F 43
Octal 355 150 337 0 70 6 7 462 117 103
Binary 11101101 1101000 11011111 0 111000 110 111 100110010 1001111 1000011

Color Harmonies of #ED68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68DF

Black with #ED68DF

Text Example


Text Example

White with #ED68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68DF; }

 p { color: rgb(237,104,223); }

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

background-color css

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

 a { background-color: rgb(237,104,223); }

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

border-color css

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

 span { border-color: rgb(237,104,223); }

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