Html Css Color HEX #E258D0 Free Speech Magenta

📋 copy color: '#E258D0'

red 226 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #E258D0

Tints of Free Speech Magenta #E258D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 43.3%
G = 16.86%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E258D0 (or 0xE258D0) is known color: Free Speech Magenta. HEX triplet: E2, 58 and D0. RGB value is (226,88,208). Sum of RGB (Red+Green+Blue) = 226+88+208=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E258D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258D0 is #1DA72F. Grayscale: #8E8E8E. Windows color (decimal): -1943344 or 13654242. OLE color: 13654242.

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

Color convert

RGB 226 88 208 -
CMYK 0 0.61 0.08 0.11
HSL 307.83º 0.7% 0.62% -
HSV(B) 307.83º 0.61% 0.89% -
XYZ 46.24 27.7 62.58 -
YUV 142.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 226 88 208 0 0.61 0.08 0.11 307.83 0.7 0.62
Hex E2 58 D0 0 3D 8 B 134 46 3E
Octal 342 130 320 0 75 10 13 464 106 76
Binary 11100010 1011000 11010000 0 111101 1000 1011 100110100 1000110 111110

Color Harmonies of #E258D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258D0

Black with #E258D0

Text Example


Text Example

White with #E258D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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