Html Css Color HEX #EB4FDD Free Speech Magenta

📋 copy color: '#EB4FDD'

red 235 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Magenta #EB4FDD

Tints of Free Speech Magenta #EB4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.77%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 43.93%
G = 14.77%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB4FDD (or 0xEB4FDD) is known color: Free Speech Magenta. HEX triplet: EB, 4F and DD. RGB value is (235,79,221). Sum of RGB (Red+Green+Blue) = 235+79+221=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 79 (31.25% from 255 or 14.77% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4FDD is #14B022. Grayscale: #8D8D8D. Windows color (decimal): -1355811 or 14503915. OLE color: 14503915.

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

Color convert

RGB 235 79 221 -
CMYK 0 0.66 0.06 0.08
HSL 305.38º 0.8% 0.62% -
HSV(B) 305.38º 0.66% 0.92% -
XYZ 50.11 28.47 71.26 -
YUV 141.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 235 79 221 0 0.66 0.06 0.08 305.38 0.8 0.62
Hex EB 4F DD 0 42 6 8 131 50 3E
Octal 353 117 335 0 102 6 10 461 120 76
Binary 11101011 1001111 11011101 0 1000010 110 1000 100110001 1010000 111110

Color Harmonies of #EB4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4FDD

Black with #EB4FDD

Text Example


Text Example

White with #EB4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4FDD; }

 p { color: rgb(235,79,221); }

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

background-color css

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

 a { background-color: rgb(235,79,221); }

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

border-color css

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

 span { border-color: rgb(235,79,221); }

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