Html Css Color HEX #E250CE Free Speech Magenta

📋 copy color: '#E250CE'

red 226 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Magenta #E250CE

Tints of Free Speech Magenta #E250CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 44.14%
G = 15.63%
B = 40.23%

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

#E250CE (or 0xE250CE) is known color: Free Speech Magenta. HEX triplet: E2, 50 and CE. RGB value is (226,80,206). Sum of RGB (Red+Green+Blue) = 226+80+206=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E250CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250CE is #1DAF31. Grayscale: #898989. Windows color (decimal): -1945394 or 13521122. OLE color: 13521122.

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

Color convert

RGB 226 80 206 -
CMYK 0 0.65 0.09 0.11
HSL 308.22º 0.72% 0.6% -
HSV(B) 308.22º 0.65% 0.89% -
XYZ 45.37 26.36 61.09 -
YUV 138.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 226 80 206 0 0.65 0.09 0.11 308.22 0.72 0.6
Hex E2 50 CE 0 41 9 B 134 48 3C
Octal 342 120 316 0 101 11 13 464 110 74
Binary 11100010 1010000 11001110 0 1000001 1001 1011 100110100 1001000 111100

Color Harmonies of #E250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250CE

Black with #E250CE

Text Example


Text Example

White with #E250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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