Html Css Color HEX #ED6BDA Free Speech Magenta

📋 copy color: '#ED6BDA'

red 237 ◦ green 107 ◦ blue 218

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

Shades of Free Speech Magenta #ED6BDA

Tints of Free Speech Magenta #ED6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.04%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 42.17%
G = 19.04%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED6BDA (or 0xED6BDA) is known color: Free Speech Magenta. HEX triplet: ED, 6B and DA. RGB value is (237,107,218). Sum of RGB (Red+Green+Blue) = 237+107+218=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BDA is #129425. Grayscale: #9E9E9E. Windows color (decimal): -1217574 or 14314477. OLE color: 14314477.

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

Color convert

RGB 237 107 218 -
CMYK 0 0.55 0.08 0.07
HSL 308.77º 0.78% 0.67% -
HSV(B) 308.77º 0.55% 0.93% -
XYZ 52.84 33.58 70.03 -
YUV 158.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 237 107 218 0 0.55 0.08 0.07 308.77 0.78 0.67
Hex ED 6B DA 0 37 8 7 135 4E 43
Octal 355 153 332 0 67 10 7 465 116 103
Binary 11101101 1101011 11011010 0 110111 1000 111 100110101 1001110 1000011

Color Harmonies of #ED6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BDA

Black with #ED6BDA

Text Example


Text Example

White with #ED6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BDA; }

 p { color: rgb(237,107,218); }

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

background-color css

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

 a { background-color: rgb(237,107,218); }

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

border-color css

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

 span { border-color: rgb(237,107,218); }

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