Html Css Color HEX #E258DB Free Speech Magenta

📋 copy color: '#E258DB'

red 226 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #E258DB

Tints of Free Speech Magenta #E258DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 42.4%
G = 16.51%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E258DB (or 0xE258DB) is known color: Free Speech Magenta. HEX triplet: E2, 58 and DB. RGB value is (226,88,219). Sum of RGB (Red+Green+Blue) = 226+88+219=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E258DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258DB is #1DA724. Grayscale: #8F8F8F. Windows color (decimal): -1943333 or 14375138. OLE color: 14375138.

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

Color convert

RGB 226 88 219 -
CMYK 0 0.61 0.03 0.11
HSL 303.04º 0.7% 0.62% -
HSV(B) 303.04º 0.61% 0.89% -
XYZ 47.64 28.26 69.96 -
YUV 144.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 226 88 219 0 0.61 0.03 0.11 303.04 0.7 0.62
Hex E2 58 DB 0 3D 3 B 12F 46 3E
Octal 342 130 333 0 75 3 13 457 106 76
Binary 11100010 1011000 11011011 0 111101 11 1011 100101111 1000110 111110

Color Harmonies of #E258DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258DB

Black with #E258DB

Text Example


Text Example

White with #E258DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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