Html Css Color HEX #E64BBB Free Speech Magenta

📋 copy color: '#E64BBB'

red 230 ◦ green 75 ◦ blue 187

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

Shades of Free Speech Magenta #E64BBB

Tints of Free Speech Magenta #E64BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.24%

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 46.75%
G = 15.24%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E64BBB (or 0xE64BBB) is known color: Free Speech Magenta. HEX triplet: E6, 4B and BB. RGB value is (230,75,187). Sum of RGB (Red+Green+Blue) = 230+75+187=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BBB is #19B444. Grayscale: #858585. Windows color (decimal): -1684549 or 12274662. OLE color: 12274662.

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

Color convert

RGB 230 75 187 -
CMYK 0 0.67 0.19 0.10
HSL 316.65º 0.76% 0.6% -
HSV(B) 316.65º 0.67% 0.9% -
XYZ 44.12 25.44 49.6 -
YUV 134.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 230 75 187 0 0.67 0.19 0.10 316.65 0.76 0.6
Hex E6 4B BB 0 43 13 A 13D 4C 3C
Octal 346 113 273 0 103 23 12 475 114 74
Binary 11100110 1001011 10111011 0 1000011 10011 1010 100111101 1001100 111100

Color Harmonies of #E64BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64BBB

Black with #E64BBB

Text Example


Text Example

White with #E64BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64BBB; }

 p { color: rgb(230,75,187); }

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

background-color css

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

 a { background-color: rgb(230,75,187); }

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

border-color css

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

 span { border-color: rgb(230,75,187); }

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