Html Css Color HEX #E255D6 Free Speech Magenta

📋 copy color: '#E255D6'

red 226 ◦ green 85 ◦ blue 214

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

Shades of Free Speech Magenta #E255D6

Tints of Free Speech Magenta #E255D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 43.05%
G = 16.19%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E255D6 (or 0xE255D6) is known color: Free Speech Magenta. HEX triplet: E2, 55 and D6. RGB value is (226,85,214). Sum of RGB (Red+Green+Blue) = 226+85+214=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E255D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255D6 is #1DAA29. Grayscale: #8D8D8D. Windows color (decimal): -1944106 or 14046690. OLE color: 14046690.

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

Color convert

RGB 226 85 214 -
CMYK 0 0.62 0.05 0.11
HSL 305.11º 0.71% 0.61% -
HSV(B) 305.11º 0.62% 0.89% -
XYZ 46.75 27.52 66.47 -
YUV 141.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 226 85 214 0 0.62 0.05 0.11 305.11 0.71 0.61
Hex E2 55 D6 0 3E 5 B 131 47 3D
Octal 342 125 326 0 76 5 13 461 107 75
Binary 11100010 1010101 11010110 0 111110 101 1011 100110001 1000111 111101

Color Harmonies of #E255D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E255D6

Black with #E255D6

Text Example


Text Example

White with #E255D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E255D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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