Html Css Color HEX #E952C5 Free Speech Magenta

📋 copy color: '#E952C5'

red 233 ◦ green 82 ◦ blue 197

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

Shades of Free Speech Magenta #E952C5

Tints of Free Speech Magenta #E952C5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.02%

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 45.51%
G = 16.02%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E952C5 (or 0xE952C5) is known color: Free Speech Magenta. HEX triplet: E9, 52 and C5. RGB value is (233,82,197). Sum of RGB (Red+Green+Blue) = 233+82+197=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E952C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952C5 is #16AD3A. Grayscale: #8B8B8B. Windows color (decimal): -1486139 or 12931817. OLE color: 12931817.

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

Color convert

RGB 233 82 197 -
CMYK 0 0.65 0.15 0.09
HSL 314.3º 0.77% 0.62% -
HSV(B) 314.3º 0.65% 0.91% -
XYZ 46.7 27.39 55.65 -
YUV 140.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 233 82 197 0 0.65 0.15 0.09 314.3 0.77 0.62
Hex E9 52 C5 0 41 F 9 13A 4D 3E
Octal 351 122 305 0 101 17 11 472 115 76
Binary 11101001 1010010 11000101 0 1000001 1111 1001 100111010 1001101 111110

Color Harmonies of #E952C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952C5

Black with #E952C5

Text Example


Text Example

White with #E952C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952C5; }

 p { color: rgb(233,82,197); }

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

background-color css

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

 a { background-color: rgb(233,82,197); }

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

border-color css

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

 span { border-color: rgb(233,82,197); }

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