Html Css Color HEX #ED4ECE Free Speech Magenta

📋 copy color: '#ED4ECE'

red 237 ◦ green 78 ◦ blue 206

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

Shades of Free Speech Magenta #ED4ECE

Tints of Free Speech Magenta #ED4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.97%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 45.49%
G = 14.97%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED4ECE (or 0xED4ECE) is known color: Free Speech Magenta. HEX triplet: ED, 4E and CE. RGB value is (237,78,206). Sum of RGB (Red+Green+Blue) = 237+78+206=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4ECE is #12B131. Grayscale: #8B8B8B. Windows color (decimal): -1225010 or 13520621. OLE color: 13520621.

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

Color convert

RGB 237 78 206 -
CMYK 0 0.67 0.13 0.07
HSL 311.7º 0.82% 0.62% -
HSV(B) 311.7º 0.67% 0.93% -
XYZ 48.79 27.91 61.21 -
YUV 140.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 237 78 206 0 0.67 0.13 0.07 311.7 0.82 0.62
Hex ED 4E CE 0 43 D 7 138 52 3E
Octal 355 116 316 0 103 15 7 470 122 76
Binary 11101101 1001110 11001110 0 1000011 1101 111 100111000 1010010 111110

Color Harmonies of #ED4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4ECE

Black with #ED4ECE

Text Example


Text Example

White with #ED4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4ECE; }

 p { color: rgb(237,78,206); }

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

background-color css

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

 a { background-color: rgb(237,78,206); }

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

border-color css

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

 span { border-color: rgb(237,78,206); }

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