Html Css Color HEX #ED4CCF Free Speech Magenta

📋 copy color: '#ED4CCF'

red 237 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Magenta #ED4CCF

Tints of Free Speech Magenta #ED4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.62%

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 45.58%
G = 14.62%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED4CCF (or 0xED4CCF) is known color: Free Speech Magenta. HEX triplet: ED, 4C and CF. RGB value is (237,76,207). Sum of RGB (Red+Green+Blue) = 237+76+207=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CCF is #12B330. Grayscale: #8A8A8A. Windows color (decimal): -1225521 or 13585645. OLE color: 13585645.

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

Color convert

RGB 237 76 207 -
CMYK 0 0.68 0.13 0.07
HSL 311.18º 0.82% 0.61% -
HSV(B) 311.18º 0.68% 0.93% -
XYZ 48.77 27.68 61.8 -
YUV 139.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 237 76 207 0 0.68 0.13 0.07 311.18 0.82 0.61
Hex ED 4C CF 0 44 D 7 137 52 3D
Octal 355 114 317 0 104 15 7 467 122 75
Binary 11101101 1001100 11001111 0 1000100 1101 111 100110111 1010010 111101

Color Harmonies of #ED4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CCF

Black with #ED4CCF

Text Example


Text Example

White with #ED4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CCF; }

 p { color: rgb(237,76,207); }

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

background-color css

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

 a { background-color: rgb(237,76,207); }

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

border-color css

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

 span { border-color: rgb(237,76,207); }

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