Html Css Color HEX #E953BE Free Speech Magenta

📋 copy color: '#E953BE'

red 233 ◦ green 83 ◦ blue 190

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

Shades of Free Speech Magenta #E953BE

Tints of Free Speech Magenta #E953BE

RGB

 RED value IS 233 (91.41% from 255) = 46.05%

 GREEN value IS 83 (32.81% from 255) = 16.4%

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

R = 46.05%
G = 16.4%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E953BE (or 0xE953BE) is known color: Free Speech Magenta. HEX triplet: E9, 53 and BE. RGB value is (233,83,190). Sum of RGB (Red+Green+Blue) = 233+83+190=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E953BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953BE is #16AC41. Grayscale: #8B8B8B. Windows color (decimal): -1485890 or 12473321. OLE color: 12473321.

HSL color Cylindrical-coordinate representation of color #E953BE: hue angle of 317.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E953BE is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 190 -
CMYK 0 0.64 0.18 0.09
HSL 317.2º 0.77% 0.62% -
HSV(B) 317.2º 0.64% 0.91% -
XYZ 45.99 27.23 51.55 -
YUV 140.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 233 83 190 0 0.64 0.18 0.09 317.2 0.77 0.62
Hex E9 53 BE 0 40 12 9 13D 4D 3E
Octal 351 123 276 0 100 22 11 475 115 76
Binary 11101001 1010011 10111110 0 1000000 10010 1001 100111101 1001101 111110

Color Harmonies of #E953BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953BE

Black with #E953BE

Text Example


Text Example

White with #E953BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953BE; }

 p { color: rgb(233,83,190); }

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

background-color css

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

 a { background-color: rgb(233,83,190); }

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

border-color css

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

 span { border-color: rgb(233,83,190); }

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