Html Css Color HEX #E358CD Free Speech Magenta

📋 copy color: '#E358CD'

red 227 ◦ green 88 ◦ blue 205

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

Shades of Free Speech Magenta #E358CD

Tints of Free Speech Magenta #E358CD

RGB

 RED value IS 227 (89.06% from 255) = 43.65%

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 43.65%
G = 16.92%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E358CD (or 0xE358CD) is known color: Free Speech Magenta. HEX triplet: E3, 58 and CD. RGB value is (227,88,205). Sum of RGB (Red+Green+Blue) = 227+88+205=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E358CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358CD is #1CA732. Grayscale: #8E8E8E. Windows color (decimal): -1877811 or 13457635. OLE color: 13457635.

HSL color Cylindrical-coordinate representation of color #E358CD: hue angle of 309.5º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E358CD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 88 205 -
CMYK 0 0.61 0.10 0.11
HSL 309.5º 0.71% 0.62% -
HSV(B) 309.5º 0.61% 0.89% -
XYZ 46.19 27.72 60.67 -
YUV 142.9 163.05 187.99 -
System Red Green Blue C M Y K H S L
Decimal 227 88 205 0 0.61 0.10 0.11 309.5 0.71 0.62
Hex E3 58 CD 0 3D A B 135 47 3E
Octal 343 130 315 0 75 12 13 465 107 76
Binary 11100011 1011000 11001101 0 111101 1010 1011 100110101 1000111 111110

Color Harmonies of #E358CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E358CD

Black with #E358CD

Text Example


Text Example

White with #E358CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E358CD; }

 p { color: rgb(227,88,205); }

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

background-color css

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

 a { background-color: rgb(227,88,205); }

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

border-color css

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

 span { border-color: rgb(227,88,205); }

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