Html Css Color HEX #E25CDB Free Speech Magenta

📋 copy color: '#E25CDB'

red 226 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #E25CDB

Tints of Free Speech Magenta #E25CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.13%

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

R = 42.09%
G = 17.13%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E25CDB (or 0xE25CDB) is known color: Free Speech Magenta. HEX triplet: E2, 5C and DB. RGB value is (226,92,219). Sum of RGB (Red+Green+Blue) = 226+92+219=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CDB is #1DA324. Grayscale: #929292. Windows color (decimal): -1942309 or 14376162. OLE color: 14376162.

HSL color Cylindrical-coordinate representation of color #E25CDB: hue angle of 303.13º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CDB is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 92 219 -
CMYK 0 0.59 0.03 0.11
HSL 303.13º 0.7% 0.62% -
HSV(B) 303.13º 0.59% 0.89% -
XYZ 47.98 28.94 70.07 -
YUV 146.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 226 92 219 0 0.59 0.03 0.11 303.13 0.7 0.62
Hex E2 5C DB 0 3B 3 B 12F 46 3E
Octal 342 134 333 0 73 3 13 457 106 76
Binary 11100010 1011100 11011011 0 111011 11 1011 100101111 1000110 111110

Color Harmonies of #E25CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CDB

Black with #E25CDB

Text Example


Text Example

White with #E25CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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