Html Css Color HEX #E155CB Free Speech Magenta

📋 copy color: '#E155CB'

red 225 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Magenta #E155CB

Tints of Free Speech Magenta #E155CB

RGB

 RED value IS 225 (88.28% from 255) = 43.86%

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 43.86%
G = 16.57%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E155CB (or 0xE155CB) is known color: Free Speech Magenta. HEX triplet: E1, 55 and CB. RGB value is (225,85,203). Sum of RGB (Red+Green+Blue) = 225+85+203=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E155CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155CB is #1EAA34. Grayscale: #8B8B8B. Windows color (decimal): -2009653 or 13325793. OLE color: 13325793.

HSL color Cylindrical-coordinate representation of color #E155CB: hue angle of 309.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155CB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 203 -
CMYK 0 0.62 0.10 0.12
HSL 309.43º 0.7% 0.61% -
HSV(B) 309.43º 0.62% 0.88% -
XYZ 45.08 26.82 59.3 -
YUV 140.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 225 85 203 0 0.62 0.10 0.12 309.43 0.7 0.61
Hex E1 55 CB 0 3E A C 135 46 3D
Octal 341 125 313 0 76 12 14 465 106 75
Binary 11100001 1010101 11001011 0 111110 1010 1100 100110101 1000110 111101

Color Harmonies of #E155CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155CB

Black with #E155CB

Text Example


Text Example

White with #E155CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155CB; }

 p { color: rgb(225,85,203); }

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

background-color css

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

 a { background-color: rgb(225,85,203); }

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

border-color css

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

 span { border-color: rgb(225,85,203); }

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