Html Css Color HEX #E255E6 Free Speech Magenta

📋 copy color: '#E255E6'

red 226 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #E255E6

Tints of Free Speech Magenta #E255E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 41.77%
G = 15.71%
B = 42.51%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E255E6 (or 0xE255E6) is known color: Free Speech Magenta. HEX triplet: E2, 55 and E6. RGB value is (226,85,230). Sum of RGB (Red+Green+Blue) = 226+85+230=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #E255E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255E6 is #1DAA19. Grayscale: #8F8F8F. Windows color (decimal): -1944090 or 15095266. OLE color: 15095266.

HSL color Cylindrical-coordinate representation of color #E255E6: hue angle of 298.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E255E6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 85 230 -
CMYK 0.02 0.63 0 0.10
HSL 298.34º 0.74% 0.62% -
HSV(B) 298.34º 0.63% 0.9% -
XYZ 48.9 28.38 77.76 -
YUV 143.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 226 85 230 0.02 0.63 0 0.10 298.34 0.74 0.62
Hex E2 55 E6 2 3F 0 A 12A 4A 3E
Octal 342 125 346 2 77 0 12 452 112 76
Binary 11100010 1010101 11100110 10 111111 0 1010 100101010 1001010 111110

Color Harmonies of #E255E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255E6

Black with #E255E6

Text Example


Text Example

White with #E255E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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