Html Css Color HEX #E258C3 Free Speech Magenta

📋 copy color: '#E258C3'

red 226 ◦ green 88 ◦ blue 195

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

Shades of Free Speech Magenta #E258C3

Tints of Free Speech Magenta #E258C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 44.4%
G = 17.29%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E258C3 (or 0xE258C3) is known color: Free Speech Magenta. HEX triplet: E2, 58 and C3. RGB value is (226,88,195). Sum of RGB (Red+Green+Blue) = 226+88+195=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E258C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258C3 is #1DA73C. Grayscale: #8D8D8D. Windows color (decimal): -1943357 or 12802274. OLE color: 12802274.

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

Color convert

RGB 226 88 195 -
CMYK 0 0.61 0.14 0.11
HSL 313.48º 0.7% 0.62% -
HSV(B) 313.48º 0.61% 0.89% -
XYZ 44.7 27.09 54.5 -
YUV 141.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 226 88 195 0 0.61 0.14 0.11 313.48 0.7 0.62
Hex E2 58 C3 0 3D E B 139 46 3E
Octal 342 130 303 0 75 16 13 471 106 76
Binary 11100010 1011000 11000011 0 111101 1110 1011 100111001 1000110 111110

Color Harmonies of #E258C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258C3

Black with #E258C3

Text Example


Text Example

White with #E258C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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