Html Css Color HEX #E250D7 Free Speech Magenta

📋 copy color: '#E250D7'

red 226 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #E250D7

Tints of Free Speech Magenta #E250D7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 43.38%
G = 15.36%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E250D7 (or 0xE250D7) is known color: Free Speech Magenta. HEX triplet: E2, 50 and D7. RGB value is (226,80,215). Sum of RGB (Red+Green+Blue) = 226+80+215=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E250D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250D7 is #1DAF28. Grayscale: #8A8A8A. Windows color (decimal): -1945385 or 14110946. OLE color: 14110946.

HSL color Cylindrical-coordinate representation of color #E250D7: hue angle of 304.52º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250D7 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 215 -
CMYK 0 0.65 0.05 0.11
HSL 304.52º 0.72% 0.6% -
HSV(B) 304.52º 0.65% 0.89% -
XYZ 46.5 26.81 67.01 -
YUV 139.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 226 80 215 0 0.65 0.05 0.11 304.52 0.72 0.6
Hex E2 50 D7 0 41 5 B 131 48 3C
Octal 342 120 327 0 101 5 13 461 110 74
Binary 11100010 1010000 11010111 0 1000001 101 1011 100110001 1001000 111100

Color Harmonies of #E250D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250D7

Black with #E250D7

Text Example


Text Example

White with #E250D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250D7; }

 p { color: rgb(226,80,215); }

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

background-color css

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

 a { background-color: rgb(226,80,215); }

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

border-color css

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

 span { border-color: rgb(226,80,215); }

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