Html Css Color HEX #EB6BE1 Free Speech Magenta

📋 copy color: '#EB6BE1'

red 235 ◦ green 107 ◦ blue 225

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

Shades of Free Speech Magenta #EB6BE1

Tints of Free Speech Magenta #EB6BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.87%

 BLUE value IS 225 (88.28% from 255) = 39.68%

R = 41.45%
G = 18.87%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB6BE1 (or 0xEB6BE1) is known color: Free Speech Magenta. HEX triplet: EB, 6B and E1. RGB value is (235,107,225). Sum of RGB (Red+Green+Blue) = 235+107+225=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BE1 is #14941E. Grayscale: #9E9E9E. Windows color (decimal): -1348639 or 14773227. OLE color: 14773227.

HSL color Cylindrical-coordinate representation of color #EB6BE1: hue angle of 304.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BE1 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 107 225 -
CMYK 0 0.54 0.04 0.08
HSL 304.69º 0.76% 0.67% -
HSV(B) 304.69º 0.54% 0.92% -
XYZ 53.11 33.61 74.92 -
YUV 158.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 235 107 225 0 0.54 0.04 0.08 304.69 0.76 0.67
Hex EB 6B E1 0 36 4 8 131 4C 43
Octal 353 153 341 0 66 4 10 461 114 103
Binary 11101011 1101011 11100001 0 110110 100 1000 100110001 1001100 1000011

Color Harmonies of #EB6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6BE1

Black with #EB6BE1

Text Example


Text Example

White with #EB6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6BE1; }

 p { color: rgb(235,107,225); }

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

background-color css

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

 a { background-color: rgb(235,107,225); }

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

border-color css

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

 span { border-color: rgb(235,107,225); }

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