Html Css Color HEX #E958CC Free Speech Magenta

📋 copy color: '#E958CC'

red 233 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Magenta #E958CC

Tints of Free Speech Magenta #E958CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.76%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 44.38%
G = 16.76%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E958CC (or 0xE958CC) is known color: Free Speech Magenta. HEX triplet: E9, 58 and CC. RGB value is (233,88,204). Sum of RGB (Red+Green+Blue) = 233+88+204=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E958CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958CC is #16A733. Grayscale: #909090. Windows color (decimal): -1484596 or 13392105. OLE color: 13392105.

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

Color convert

RGB 233 88 204 -
CMYK 0 0.62 0.12 0.09
HSL 312º 0.77% 0.63% -
HSV(B) 312º 0.62% 0.91% -
XYZ 47.99 28.66 60.13 -
YUV 144.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 233 88 204 0 0.62 0.12 0.09 312 0.77 0.63
Hex E9 58 CC 0 3E C 9 138 4D 3F
Octal 351 130 314 0 76 14 11 470 115 77
Binary 11101001 1011000 11001100 0 111110 1100 1001 100111000 1001101 111111

Color Harmonies of #E958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958CC

Black with #E958CC

Text Example


Text Example

White with #E958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958CC; }

 p { color: rgb(233,88,204); }

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

background-color css

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

 a { background-color: rgb(233,88,204); }

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

border-color css

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

 span { border-color: rgb(233,88,204); }

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