Html Css Color HEX #E25ADB Free Speech Magenta

📋 copy color: '#E25ADB'

red 226 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #E25ADB

Tints of Free Speech Magenta #E25ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.82%

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

R = 42.24%
G = 16.82%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E25ADB (or 0xE25ADB) is known color: Free Speech Magenta. HEX triplet: E2, 5A and DB. RGB value is (226,90,219). Sum of RGB (Red+Green+Blue) = 226+90+219=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ADB is #1DA524. Grayscale: #909090. Windows color (decimal): -1942821 or 14375650. OLE color: 14375650.

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

Color convert

RGB 226 90 219 -
CMYK 0 0.60 0.03 0.11
HSL 303.09º 0.7% 0.62% -
HSV(B) 303.09º 0.6% 0.89% -
XYZ 47.81 28.6 70.02 -
YUV 145.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 226 90 219 0 0.60 0.03 0.11 303.09 0.7 0.62
Hex E2 5A DB 0 3C 3 B 12F 46 3E
Octal 342 132 333 0 74 3 13 457 106 76
Binary 11100010 1011010 11011011 0 111100 11 1011 100101111 1000110 111110

Color Harmonies of #E25ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ADB

Black with #E25ADB

Text Example


Text Example

White with #E25ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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