Html Css Color HEX #E255C8 Free Speech Magenta

📋 copy color: '#E255C8'

red 226 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #E255C8

Tints of Free Speech Magenta #E255C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.14%

R = 44.23%
G = 16.63%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E255C8 (or 0xE255C8) is known color: Free Speech Magenta. HEX triplet: E2, 55 and C8. RGB value is (226,85,200). Sum of RGB (Red+Green+Blue) = 226+85+200=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E255C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255C8 is #1DAA37. Grayscale: #8B8B8B. Windows color (decimal): -1944120 or 13129186. OLE color: 13129186.

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

Color convert

RGB 226 85 200 -
CMYK 0 0.62 0.12 0.11
HSL 311.06º 0.71% 0.61% -
HSV(B) 311.06º 0.62% 0.89% -
XYZ 45.04 26.84 57.45 -
YUV 140.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 226 85 200 0 0.62 0.12 0.11 311.06 0.71 0.61
Hex E2 55 C8 0 3E C B 137 47 3D
Octal 342 125 310 0 76 14 13 467 107 75
Binary 11100010 1010101 11001000 0 111110 1100 1011 100110111 1000111 111101

Color Harmonies of #E255C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255C8

Black with #E255C8

Text Example


Text Example

White with #E255C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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