Html Css Color HEX #E955CA Free Speech Magenta

📋 copy color: '#E955CA'

red 233 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Magenta #E955CA

Tints of Free Speech Magenta #E955CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.35%

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 44.81%
G = 16.35%
B = 38.85%

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

#E955CA (or 0xE955CA) is known color: Free Speech Magenta. HEX triplet: E9, 55 and CA. RGB value is (233,85,202). Sum of RGB (Red+Green+Blue) = 233+85+202=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E955CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955CA is #16AA35. Grayscale: #8E8E8E. Windows color (decimal): -1485366 or 13260265. OLE color: 13260265.

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

Color convert

RGB 233 85 202 -
CMYK 0 0.64 0.13 0.09
HSL 312.57º 0.77% 0.62% -
HSV(B) 312.57º 0.64% 0.91% -
XYZ 47.51 28.08 58.79 -
YUV 142.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 233 85 202 0 0.64 0.13 0.09 312.57 0.77 0.62
Hex E9 55 CA 0 40 D 9 139 4D 3E
Octal 351 125 312 0 100 15 11 471 115 76
Binary 11101001 1010101 11001010 0 1000000 1101 1001 100111001 1001101 111110

Color Harmonies of #E955CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955CA

Black with #E955CA

Text Example


Text Example

White with #E955CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955CA; }

 p { color: rgb(233,85,202); }

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

background-color css

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

 a { background-color: rgb(233,85,202); }

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

border-color css

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

 span { border-color: rgb(233,85,202); }

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