Html Css Color HEX #EB4DC8 Free Speech Magenta

📋 copy color: '#EB4DC8'

red 235 ◦ green 77 ◦ blue 200

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

Shades of Free Speech Magenta #EB4DC8

Tints of Free Speech Magenta #EB4DC8

RGB

 RED value IS 235 (92.19% from 255) = 45.9%

 GREEN value IS 77 (30.47% from 255) = 15.04%

 BLUE value IS 200 (78.52% from 255) = 39.06%

R = 45.9%
G = 15.04%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB4DC8 (or 0xEB4DC8) is known color: Free Speech Magenta. HEX triplet: EB, 4D and C8. RGB value is (235,77,200). Sum of RGB (Red+Green+Blue) = 235+77+200=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4DC8 is #14B237. Grayscale: #898989. Windows color (decimal): -1356344 or 13127147. OLE color: 13127147.

HSL color Cylindrical-coordinate representation of color #EB4DC8: hue angle of 313.29º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4DC8 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 77 200 -
CMYK 0 0.67 0.15 0.08
HSL 313.29º 0.8% 0.61% -
HSV(B) 313.29º 0.67% 0.92% -
XYZ 47.34 27.14 57.39 -
YUV 138.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 235 77 200 0 0.67 0.15 0.08 313.29 0.8 0.61
Hex EB 4D C8 0 43 F 8 139 50 3D
Octal 353 115 310 0 103 17 10 471 120 75
Binary 11101011 1001101 11001000 0 1000011 1111 1000 100111001 1010000 111101

Color Harmonies of #EB4DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DC8

Black with #EB4DC8

Text Example


Text Example

White with #EB4DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DC8; }

 p { color: rgb(235,77,200); }

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

background-color css

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

 a { background-color: rgb(235,77,200); }

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

border-color css

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

 span { border-color: rgb(235,77,200); }

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