Html Css Color HEX #E953CB Free Speech Magenta

📋 copy color: '#E953CB'

red 233 ◦ green 83 ◦ blue 203

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

Shades of Free Speech Magenta #E953CB

Tints of Free Speech Magenta #E953CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 44.89%
G = 15.99%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E953CB (or 0xE953CB) is known color: Free Speech Magenta. HEX triplet: E9, 53 and CB. RGB value is (233,83,203). Sum of RGB (Red+Green+Blue) = 233+83+203=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E953CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953CB is #16AC34. Grayscale: #8D8D8D. Windows color (decimal): -1485877 or 13325289. OLE color: 13325289.

HSL color Cylindrical-coordinate representation of color #E953CB: hue angle of 312º 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 #E953CB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 203 -
CMYK 0 0.64 0.13 0.09
HSL 312º 0.77% 0.62% -
HSV(B) 312º 0.64% 0.91% -
XYZ 47.48 27.82 59.37 -
YUV 141.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 233 83 203 0 0.64 0.13 0.09 312 0.77 0.62
Hex E9 53 CB 0 40 D 9 138 4D 3E
Octal 351 123 313 0 100 15 11 470 115 76
Binary 11101001 1010011 11001011 0 1000000 1101 1001 100111000 1001101 111110

Color Harmonies of #E953CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953CB

Black with #E953CB

Text Example


Text Example

White with #E953CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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