Html Css Color HEX #ED68D1 Free Speech Magenta

📋 copy color: '#ED68D1'

red 237 ◦ green 104 ◦ blue 209

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

Shades of Free Speech Magenta #ED68D1

Tints of Free Speech Magenta #ED68D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 43.09%
G = 18.91%
B = 38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED68D1 (or 0xED68D1) is known color: Free Speech Magenta. HEX triplet: ED, 68 and D1. RGB value is (237,104,209). Sum of RGB (Red+Green+Blue) = 237+104+209=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68D1 is #12972E. Grayscale: #9B9B9B. Windows color (decimal): -1218351 or 13723885. OLE color: 13723885.

HSL color Cylindrical-coordinate representation of color #ED68D1: hue angle of 312.63º 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 #ED68D1 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 104 209 -
CMYK 0 0.56 0.12 0.07
HSL 312.63º 0.79% 0.67% -
HSV(B) 312.63º 0.56% 0.93% -
XYZ 51.38 32.51 63.89 -
YUV 155.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 237 104 209 0 0.56 0.12 0.07 312.63 0.79 0.67
Hex ED 68 D1 0 38 C 7 139 4F 43
Octal 355 150 321 0 70 14 7 471 117 103
Binary 11101101 1101000 11010001 0 111000 1100 111 100111001 1001111 1000011

Color Harmonies of #ED68D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68D1

Black with #ED68D1

Text Example


Text Example

White with #ED68D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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