Html Css Color HEX #ED63CB Free Speech Magenta

📋 copy color: '#ED63CB'

red 237 ◦ green 99 ◦ blue 203

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

Shades of Free Speech Magenta #ED63CB

Tints of Free Speech Magenta #ED63CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.37%

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

R = 43.97%
G = 18.37%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED63CB (or 0xED63CB) is known color: Free Speech Magenta. HEX triplet: ED, 63 and CB. RGB value is (237,99,203). Sum of RGB (Red+Green+Blue) = 237+99+203=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63CB is #129C34. Grayscale: #979797. Windows color (decimal): -1219637 or 13329389. OLE color: 13329389.

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

Color convert

RGB 237 99 203 -
CMYK 0 0.58 0.14 0.07
HSL 314.78º 0.79% 0.66% -
HSV(B) 314.78º 0.58% 0.93% -
XYZ 50.17 31.24 59.89 -
YUV 152.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 237 99 203 0 0.58 0.14 0.07 314.78 0.79 0.66
Hex ED 63 CB 0 3A E 7 13B 4F 42
Octal 355 143 313 0 72 16 7 473 117 102
Binary 11101101 1100011 11001011 0 111010 1110 111 100111011 1001111 1000010

Color Harmonies of #ED63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63CB

Black with #ED63CB

Text Example


Text Example

White with #ED63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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