Html Css Color HEX #E255BB Free Speech Magenta

📋 copy color: '#E255BB'

red 226 ◦ green 85 ◦ blue 187

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

Shades of Free Speech Magenta #E255BB

Tints of Free Speech Magenta #E255BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 45.38%
G = 17.07%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E255BB (or 0xE255BB) is known color: Free Speech Magenta. HEX triplet: E2, 55 and BB. RGB value is (226,85,187). Sum of RGB (Red+Green+Blue) = 226+85+187=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E255BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255BB is #1DAA44. Grayscale: #8A8A8A. Windows color (decimal): -1944133 or 12277218. OLE color: 12277218.

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

Color convert

RGB 226 85 187 -
CMYK 0 0.62 0.17 0.11
HSL 316.6º 0.71% 0.61% -
HSV(B) 316.6º 0.62% 0.89% -
XYZ 43.58 26.25 49.78 -
YUV 138.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 226 85 187 0 0.62 0.17 0.11 316.6 0.71 0.61
Hex E2 55 BB 0 3E 11 B 13D 47 3D
Octal 342 125 273 0 76 21 13 475 107 75
Binary 11100010 1010101 10111011 0 111110 10001 1011 100111101 1000111 111101

Color Harmonies of #E255BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255BB

Black with #E255BB

Text Example


Text Example

White with #E255BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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