Html Css Color HEX #EB4CE0 Free Speech Magenta

📋 copy color: '#EB4CE0'

red 235 ◦ green 76 ◦ blue 224

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

Shades of Free Speech Magenta #EB4CE0

Tints of Free Speech Magenta #EB4CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 43.93%
G = 14.21%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB4CE0 (or 0xEB4CE0) is known color: Free Speech Magenta. HEX triplet: EB, 4C and E0. RGB value is (235,76,224). Sum of RGB (Red+Green+Blue) = 235+76+224=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4CE0 is #14B31F. Grayscale: #8B8B8B. Windows color (decimal): -1356576 or 14699755. OLE color: 14699755.

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

Color convert

RGB 235 76 224 -
CMYK 0 0.68 0.05 0.08
HSL 304.15º 0.8% 0.61% -
HSV(B) 304.15º 0.68% 0.92% -
XYZ 50.3 28.21 73.32 -
YUV 140.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 235 76 224 0 0.68 0.05 0.08 304.15 0.8 0.61
Hex EB 4C E0 0 44 5 8 130 50 3D
Octal 353 114 340 0 104 5 10 460 120 75
Binary 11101011 1001100 11100000 0 1000100 101 1000 100110000 1010000 111101

Color Harmonies of #EB4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CE0

Black with #EB4CE0

Text Example


Text Example

White with #EB4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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