Html Css Color HEX #EB55D4 Free Speech Magenta

📋 copy color: '#EB55D4'

red 235 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #EB55D4

Tints of Free Speech Magenta #EB55D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.98%

 BLUE value IS 212 (83.2% from 255) = 39.85%

R = 44.17%
G = 15.98%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB55D4 (or 0xEB55D4) is known color: Free Speech Magenta. HEX triplet: EB, 55 and D4. RGB value is (235,85,212). Sum of RGB (Red+Green+Blue) = 235+85+212=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55D4 is #14AA2B. Grayscale: #8F8F8F. Windows color (decimal): -1354284 or 13915627. OLE color: 13915627.

HSL color Cylindrical-coordinate representation of color #EB55D4: hue angle of 309.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB55D4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 212 -
CMYK 0 0.64 0.10 0.08
HSL 309.2º 0.79% 0.63% -
HSV(B) 309.2º 0.64% 0.92% -
XYZ 49.39 28.91 65.26 -
YUV 144.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 235 85 212 0 0.64 0.10 0.08 309.2 0.79 0.63
Hex EB 55 D4 0 40 A 8 135 4F 3F
Octal 353 125 324 0 100 12 10 465 117 77
Binary 11101011 1010101 11010100 0 1000000 1010 1000 100110101 1001111 111111

Color Harmonies of #EB55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55D4

Black with #EB55D4

Text Example


Text Example

White with #EB55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55D4; }

 p { color: rgb(235,85,212); }

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

background-color css

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

 a { background-color: rgb(235,85,212); }

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

border-color css

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

 span { border-color: rgb(235,85,212); }

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