Html Css Color HEX #E250CD Free Speech Magenta

📋 copy color: '#E250CD'

red 226 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #E250CD

Tints of Free Speech Magenta #E250CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 44.23%
G = 15.66%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E250CD (or 0xE250CD) is known color: Free Speech Magenta. HEX triplet: E2, 50 and CD. RGB value is (226,80,205). Sum of RGB (Red+Green+Blue) = 226+80+205=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E250CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250CD is #1DAF32. Grayscale: #898989. Windows color (decimal): -1945395 or 13455586. OLE color: 13455586.

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

Color convert

RGB 226 80 205 -
CMYK 0 0.65 0.09 0.11
HSL 308.63º 0.72% 0.6% -
HSV(B) 308.63º 0.65% 0.89% -
XYZ 45.25 26.31 60.45 -
YUV 137.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 226 80 205 0 0.65 0.09 0.11 308.63 0.72 0.6
Hex E2 50 CD 0 41 9 B 135 48 3C
Octal 342 120 315 0 101 11 13 465 110 74
Binary 11100010 1010000 11001101 0 1000001 1001 1011 100110101 1001000 111100

Color Harmonies of #E250CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250CD

Black with #E250CD

Text Example


Text Example

White with #E250CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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