Html Css Color HEX #E258C1 Free Speech Magenta

📋 copy color: '#E258C1'

red 226 ◦ green 88 ◦ blue 193

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

Shades of Free Speech Magenta #E258C1

Tints of Free Speech Magenta #E258C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 44.58%
G = 17.36%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E258C1 (or 0xE258C1) is known color: Free Speech Magenta. HEX triplet: E2, 58 and C1. RGB value is (226,88,193). Sum of RGB (Red+Green+Blue) = 226+88+193=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E258C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258C1 is #1DA73E. Grayscale: #8C8C8C. Windows color (decimal): -1943359 or 12671202. OLE color: 12671202.

HSL color Cylindrical-coordinate representation of color #E258C1: hue angle of 314.35º degrees, saturation: 0.7, 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 #E258C1 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 88 193 -
CMYK 0 0.61 0.15 0.11
HSL 314.35º 0.7% 0.62% -
HSV(B) 314.35º 0.61% 0.89% -
XYZ 44.48 27 53.32 -
YUV 141.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 226 88 193 0 0.61 0.15 0.11 314.35 0.7 0.62
Hex E2 58 C1 0 3D F B 13A 46 3E
Octal 342 130 301 0 75 17 13 472 106 76
Binary 11100010 1011000 11000001 0 111101 1111 1011 100111010 1000110 111110

Color Harmonies of #E258C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258C1

Black with #E258C1

Text Example


Text Example

White with #E258C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258C1; }

 p { color: rgb(226,88,193); }

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

background-color css

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

 a { background-color: rgb(226,88,193); }

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

border-color css

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

 span { border-color: rgb(226,88,193); }

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