Html Css Color HEX #EB51D4 Free Speech Magenta

📋 copy color: '#EB51D4'

red 235 ◦ green 81 ◦ blue 212

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

Shades of Free Speech Magenta #EB51D4

Tints of Free Speech Magenta #EB51D4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

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

R = 44.51%
G = 15.34%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB51D4 (or 0xEB51D4) is known color: Free Speech Magenta. HEX triplet: EB, 51 and D4. RGB value is (235,81,212). Sum of RGB (Red+Green+Blue) = 235+81+212=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB51D4 is #14AE2B. Grayscale: #8D8D8D. Windows color (decimal): -1355308 or 13914603. OLE color: 13914603.

HSL color Cylindrical-coordinate representation of color #EB51D4: hue angle of 308.96º degrees, saturation: 0.79, 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 #EB51D4 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 212 -
CMYK 0 0.66 0.10 0.08
HSL 308.96º 0.79% 0.62% -
HSV(B) 308.96º 0.66% 0.92% -
XYZ 49.09 28.3 65.16 -
YUV 141.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 235 81 212 0 0.66 0.10 0.08 308.96 0.79 0.62
Hex EB 51 D4 0 42 A 8 135 4F 3E
Octal 353 121 324 0 102 12 10 465 117 76
Binary 11101011 1010001 11010100 0 1000010 1010 1000 100110101 1001111 111110

Color Harmonies of #EB51D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB51D4

Black with #EB51D4

Text Example


Text Example

White with #EB51D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB51D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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