Html Css Color HEX #E257DA Free Speech Magenta

📋 copy color: '#E257DA'

red 226 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Magenta #E257DA

Tints of Free Speech Magenta #E257DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 42.56%
G = 16.38%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E257DA (or 0xE257DA) is known color: Free Speech Magenta. HEX triplet: E2, 57 and DA. RGB value is (226,87,218). Sum of RGB (Red+Green+Blue) = 226+87+218=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E257DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257DA is #1DA825. Grayscale: #8F8F8F. Windows color (decimal): -1943590 or 14309346. OLE color: 14309346.

HSL color Cylindrical-coordinate representation of color #E257DA: hue angle of 303.45º 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 #E257DA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 87 218 -
CMYK 0 0.62 0.04 0.11
HSL 303.45º 0.71% 0.61% -
HSV(B) 303.45º 0.62% 0.89% -
XYZ 47.43 28.05 69.24 -
YUV 143.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 226 87 218 0 0.62 0.04 0.11 303.45 0.71 0.61
Hex E2 57 DA 0 3E 4 B 12F 47 3D
Octal 342 127 332 0 76 4 13 457 107 75
Binary 11100010 1010111 11011010 0 111110 100 1011 100101111 1000111 111101

Color Harmonies of #E257DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E257DA

Black with #E257DA

Text Example


Text Example

White with #E257DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E257DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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