Html Css Color HEX #E955D4 Free Speech Magenta

📋 copy color: '#E955D4'

red 233 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #E955D4

Tints of Free Speech Magenta #E955D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40%

R = 43.96%
G = 16.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E955D4 (or 0xE955D4) is known color: Free Speech Magenta. HEX triplet: E9, 55 and D4. RGB value is (233,85,212). Sum of RGB (Red+Green+Blue) = 233+85+212=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E955D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955D4 is #16AA2B. Grayscale: #8F8F8F. Windows color (decimal): -1485356 or 13915625. OLE color: 13915625.

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

Color convert

RGB 233 85 212 -
CMYK 0 0.64 0.09 0.09
HSL 308.51º 0.77% 0.62% -
HSV(B) 308.51º 0.64% 0.91% -
XYZ 48.74 28.57 65.23 -
YUV 143.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 233 85 212 0 0.64 0.09 0.09 308.51 0.77 0.62
Hex E9 55 D4 0 40 9 9 135 4D 3E
Octal 351 125 324 0 100 11 11 465 115 76
Binary 11101001 1010101 11010100 0 1000000 1001 1001 100110101 1001101 111110

Color Harmonies of #E955D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955D4

Black with #E955D4

Text Example


Text Example

White with #E955D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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