Html Css Color HEX #E25DCB Free Speech Magenta

📋 copy color: '#E25DCB'

red 226 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #E25DCB

Tints of Free Speech Magenta #E25DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.82%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 43.3%
G = 17.82%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E25DCB (or 0xE25DCB) is known color: Free Speech Magenta. HEX triplet: E2, 5D and CB. RGB value is (226,93,203). Sum of RGB (Red+Green+Blue) = 226+93+203=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DCB is #1DA234. Grayscale: #919191. Windows color (decimal): -1942069 or 13327842. OLE color: 13327842.

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

Color convert

RGB 226 93 203 -
CMYK 0 0.59 0.10 0.11
HSL 310.38º 0.7% 0.63% -
HSV(B) 310.38º 0.59% 0.89% -
XYZ 46.06 28.31 59.54 -
YUV 145.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 226 93 203 0 0.59 0.10 0.11 310.38 0.7 0.63
Hex E2 5D CB 0 3B A B 136 46 3F
Octal 342 135 313 0 73 12 13 466 106 77
Binary 11100010 1011101 11001011 0 111011 1010 1011 100110110 1000110 111111

Color Harmonies of #E25DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DCB

Black with #E25DCB

Text Example


Text Example

White with #E25DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DCB; }

 p { color: rgb(226,93,203); }

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

background-color css

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

 a { background-color: rgb(226,93,203); }

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

border-color css

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

 span { border-color: rgb(226,93,203); }

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