Html Css Color HEX #ED68DE Free Speech Magenta

📋 copy color: '#ED68DE'

red 237 ◦ green 104 ◦ blue 222

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

Shades of Free Speech Magenta #ED68DE

Tints of Free Speech Magenta #ED68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 42.1%
G = 18.47%
B = 39.43%

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

#ED68DE (or 0xED68DE) is known color: Free Speech Magenta. HEX triplet: ED, 68 and DE. RGB value is (237,104,222). Sum of RGB (Red+Green+Blue) = 237+104+222=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68DE is #129721. Grayscale: #9C9C9C. Windows color (decimal): -1218338 or 14575853. OLE color: 14575853.

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

Color convert

RGB 237 104 222 -
CMYK 0 0.56 0.06 0.07
HSL 306.77º 0.79% 0.67% -
HSV(B) 306.77º 0.56% 0.93% -
XYZ 53.06 33.18 72.71 -
YUV 157.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 237 104 222 0 0.56 0.06 0.07 306.77 0.79 0.67
Hex ED 68 DE 0 38 6 7 133 4F 43
Octal 355 150 336 0 70 6 7 463 117 103
Binary 11101101 1101000 11011110 0 111000 110 111 100110011 1001111 1000011

Color Harmonies of #ED68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68DE

Black with #ED68DE

Text Example


Text Example

White with #ED68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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