Html Css Color HEX #E255C0 Free Speech Magenta

📋 copy color: '#E255C0'

red 226 ◦ green 85 ◦ blue 192

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

Shades of Free Speech Magenta #E255C0

Tints of Free Speech Magenta #E255C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.9%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 44.93%
G = 16.9%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E255C0 (or 0xE255C0) is known color: Free Speech Magenta. HEX triplet: E2, 55 and C0. RGB value is (226,85,192). Sum of RGB (Red+Green+Blue) = 226+85+192=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E255C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255C0 is #1DAA3F. Grayscale: #8B8B8B. Windows color (decimal): -1944128 or 12604898. OLE color: 12604898.

HSL color Cylindrical-coordinate representation of color #E255C0: hue angle of 314.47º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E255C0 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 192 -
CMYK 0 0.62 0.15 0.11
HSL 314.47º 0.71% 0.61% -
HSV(B) 314.47º 0.62% 0.89% -
XYZ 44.13 26.47 52.65 -
YUV 139.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 226 85 192 0 0.62 0.15 0.11 314.47 0.71 0.61
Hex E2 55 C0 0 3E F B 13A 47 3D
Octal 342 125 300 0 76 17 13 472 107 75
Binary 11100010 1010101 11000000 0 111110 1111 1011 100111010 1000111 111101

Color Harmonies of #E255C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255C0

Black with #E255C0

Text Example


Text Example

White with #E255C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255C0; }

 p { color: rgb(226,85,192); }

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

background-color css

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

 a { background-color: rgb(226,85,192); }

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

border-color css

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

 span { border-color: rgb(226,85,192); }

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