Html Css Color HEX #ED55CB Free Speech Magenta

📋 copy color: '#ED55CB'

red 237 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Magenta #ED55CB

Tints of Free Speech Magenta #ED55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.19%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 45.14%
G = 16.19%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED55CB (or 0xED55CB) is known color: Free Speech Magenta. HEX triplet: ED, 55 and CB. RGB value is (237,85,203). Sum of RGB (Red+Green+Blue) = 237+85+203=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55CB is #12AA34. Grayscale: #8F8F8F. Windows color (decimal): -1223221 or 13325805. OLE color: 13325805.

HSL color Cylindrical-coordinate representation of color #ED55CB: hue angle of 313.42º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55CB is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 85 203 -
CMYK 0 0.64 0.14 0.07
HSL 313.42º 0.81% 0.63% -
HSV(B) 313.42º 0.64% 0.93% -
XYZ 48.95 28.81 59.48 -
YUV 143.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 237 85 203 0 0.64 0.14 0.07 313.42 0.81 0.63
Hex ED 55 CB 0 40 E 7 139 51 3F
Octal 355 125 313 0 100 16 7 471 121 77
Binary 11101101 1010101 11001011 0 1000000 1110 111 100111001 1010001 111111

Color Harmonies of #ED55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55CB

Black with #ED55CB

Text Example


Text Example

White with #ED55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55CB; }

 p { color: rgb(237,85,203); }

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

background-color css

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

 a { background-color: rgb(237,85,203); }

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

border-color css

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

 span { border-color: rgb(237,85,203); }

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