Html Css Color HEX #EB4CDD Free Speech Magenta

📋 copy color: '#EB4CDD'

red 235 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #EB4CDD

Tints of Free Speech Magenta #EB4CDD

RGB

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

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

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

R = 44.17%
G = 14.29%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB4CDD (or 0xEB4CDD) is known color: Free Speech Magenta. HEX triplet: EB, 4C and DD. RGB value is (235,76,221). Sum of RGB (Red+Green+Blue) = 235+76+221=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4CDD is #14B322. Grayscale: #8B8B8B. Windows color (decimal): -1356579 or 14503147. OLE color: 14503147.

HSL color Cylindrical-coordinate representation of color #EB4CDD: hue angle of 305.28º 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 #EB4CDD is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 76 221 -
CMYK 0 0.68 0.06 0.08
HSL 305.28º 0.8% 0.61% -
HSV(B) 305.28º 0.68% 0.92% -
XYZ 49.9 28.05 71.19 -
YUV 140.07 173.68 195.71 -
System Red Green Blue C M Y K H S L
Decimal 235 76 221 0 0.68 0.06 0.08 305.28 0.8 0.61
Hex EB 4C DD 0 44 6 8 131 50 3D
Octal 353 114 335 0 104 6 10 461 120 75
Binary 11101011 1001100 11011101 0 1000100 110 1000 100110001 1010000 111101

Color Harmonies of #EB4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CDD

Black with #EB4CDD

Text Example


Text Example

White with #EB4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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