Html Css Color HEX #EB4CCD Free Speech Magenta

📋 copy color: '#EB4CCD'

red 235 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #EB4CCD

Tints of Free Speech Magenta #EB4CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 45.54%
G = 14.73%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB4CCD (or 0xEB4CCD) is known color: Free Speech Magenta. HEX triplet: EB, 4C and CD. RGB value is (235,76,205). Sum of RGB (Red+Green+Blue) = 235+76+205=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4CCD is #14B332. Grayscale: #898989. Windows color (decimal): -1356595 or 13454571. OLE color: 13454571.

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

Color convert

RGB 235 76 205 -
CMYK 0 0.68 0.13 0.08
HSL 311.32º 0.8% 0.61% -
HSV(B) 311.32º 0.68% 0.92% -
XYZ 47.86 27.24 60.49 -
YUV 138.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 235 76 205 0 0.68 0.13 0.08 311.32 0.8 0.61
Hex EB 4C CD 0 44 D 8 137 50 3D
Octal 353 114 315 0 104 15 10 467 120 75
Binary 11101011 1001100 11001101 0 1000100 1101 1000 100110111 1010000 111101

Color Harmonies of #EB4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CCD

Black with #EB4CCD

Text Example


Text Example

White with #EB4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CCD; }

 p { color: rgb(235,76,205); }

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

background-color css

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

 a { background-color: rgb(235,76,205); }

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

border-color css

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

 span { border-color: rgb(235,76,205); }

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