Html Css Color HEX #E65BC6 Free Speech Magenta

📋 copy color: '#E65BC6'

red 230 ◦ green 91 ◦ blue 198

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

Shades of Free Speech Magenta #E65BC6

Tints of Free Speech Magenta #E65BC6

RGB

 RED value IS 230 (90.23% from 255) = 44.32%

 GREEN value IS 91 (35.94% from 255) = 17.53%

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 44.32%
G = 17.53%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E65BC6 (or 0xE65BC6) is known color: Free Speech Magenta. HEX triplet: E6, 5B and C6. RGB value is (230,91,198). Sum of RGB (Red+Green+Blue) = 230+91+198=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BC6 is #19A439. Grayscale: #909090. Windows color (decimal): -1680442 or 12999654. OLE color: 12999654.

HSL color Cylindrical-coordinate representation of color #E65BC6: hue angle of 313.81º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BC6 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 91 198 -
CMYK 0 0.60 0.14 0.10
HSL 313.81º 0.74% 0.63% -
HSV(B) 313.81º 0.6% 0.9% -
XYZ 46.57 28.38 56.45 -
YUV 144.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 230 91 198 0 0.60 0.14 0.10 313.81 0.74 0.63
Hex E6 5B C6 0 3C E A 13A 4A 3F
Octal 346 133 306 0 74 16 12 472 112 77
Binary 11100110 1011011 11000110 0 111100 1110 1010 100111010 1001010 111111

Color Harmonies of #E65BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65BC6

Black with #E65BC6

Text Example


Text Example

White with #E65BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65BC6; }

 p { color: rgb(230,91,198); }

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

background-color css

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

 a { background-color: rgb(230,91,198); }

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

border-color css

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

 span { border-color: rgb(230,91,198); }

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