Html Css Color HEX #ED6CDE Free Speech Magenta

📋 copy color: '#ED6CDE'

red 237 ◦ green 108 ◦ blue 222

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

Shades of Free Speech Magenta #ED6CDE

Tints of Free Speech Magenta #ED6CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.05%

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

R = 41.8%
G = 19.05%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED6CDE (or 0xED6CDE) is known color: Free Speech Magenta. HEX triplet: ED, 6C and DE. RGB value is (237,108,222). Sum of RGB (Red+Green+Blue) = 237+108+222=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CDE is #129321. Grayscale: #9F9F9F. Windows color (decimal): -1217314 or 14576877. OLE color: 14576877.

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

Color convert

RGB 237 108 222 -
CMYK 0 0.54 0.06 0.07
HSL 306.98º 0.78% 0.68% -
HSV(B) 306.98º 0.54% 0.93% -
XYZ 53.47 34 72.85 -
YUV 159.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 237 108 222 0 0.54 0.06 0.07 306.98 0.78 0.68
Hex ED 6C DE 0 36 6 7 133 4E 44
Octal 355 154 336 0 66 6 7 463 116 104
Binary 11101101 1101100 11011110 0 110110 110 111 100110011 1001110 1000100

Color Harmonies of #ED6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CDE

Black with #ED6CDE

Text Example


Text Example

White with #ED6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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