Html Css Color HEX #E257D7 Free Speech Magenta

📋 copy color: '#E257D7'

red 226 ◦ green 87 ◦ blue 215

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

Shades of Free Speech Magenta #E257D7

Tints of Free Speech Magenta #E257D7

RGB

 RED value IS 226 (88.67% from 255) = 42.8%

 GREEN value IS 87 (34.38% from 255) = 16.48%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 42.8%
G = 16.48%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E257D7 (or 0xE257D7) is known color: Free Speech Magenta. HEX triplet: E2, 57 and D7. RGB value is (226,87,215). Sum of RGB (Red+Green+Blue) = 226+87+215=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E257D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257D7 is #1DA828. Grayscale: #8E8E8E. Windows color (decimal): -1943593 or 14112738. OLE color: 14112738.

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

Color convert

RGB 226 87 215 -
CMYK 0 0.62 0.05 0.11
HSL 304.75º 0.71% 0.61% -
HSV(B) 304.75º 0.62% 0.89% -
XYZ 47.04 27.89 67.19 -
YUV 143.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 226 87 215 0 0.62 0.05 0.11 304.75 0.71 0.61
Hex E2 57 D7 0 3E 5 B 131 47 3D
Octal 342 127 327 0 76 5 13 461 107 75
Binary 11100010 1010111 11010111 0 111110 101 1011 100110001 1000111 111101

Color Harmonies of #E257D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E257D7

Black with #E257D7

Text Example


Text Example

White with #E257D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E257D7; }

 p { color: rgb(226,87,215); }

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

background-color css

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

 a { background-color: rgb(226,87,215); }

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

border-color css

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

 span { border-color: rgb(226,87,215); }

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