Html Css Color HEX #E64EBE Free Speech Magenta

📋 copy color: '#E64EBE'

red 230 ◦ green 78 ◦ blue 190

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

Shades of Free Speech Magenta #E64EBE

Tints of Free Speech Magenta #E64EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.66%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 46.18%
G = 15.66%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E64EBE (or 0xE64EBE) is known color: Free Speech Magenta. HEX triplet: E6, 4E and BE. RGB value is (230,78,190). Sum of RGB (Red+Green+Blue) = 230+78+190=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64EBE is #19B141. Grayscale: #878787. Windows color (decimal): -1683778 or 12472038. OLE color: 12472038.

HSL color Cylindrical-coordinate representation of color #E64EBE: hue angle of 315.79º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EBE is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 78 190 -
CMYK 0 0.66 0.17 0.10
HSL 315.79º 0.75% 0.6% -
HSV(B) 315.79º 0.66% 0.9% -
XYZ 44.65 25.99 51.38 -
YUV 136.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 230 78 190 0 0.66 0.17 0.10 315.79 0.75 0.6
Hex E6 4E BE 0 42 11 A 13C 4B 3C
Octal 346 116 276 0 102 21 12 474 113 74
Binary 11100110 1001110 10111110 0 1000010 10001 1010 100111100 1001011 111100

Color Harmonies of #E64EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64EBE

Black with #E64EBE

Text Example


Text Example

White with #E64EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64EBE; }

 p { color: rgb(230,78,190); }

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

background-color css

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

 a { background-color: rgb(230,78,190); }

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

border-color css

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

 span { border-color: rgb(230,78,190); }

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