Html Css Color HEX #E14FCB Free Speech Magenta

📋 copy color: '#E14FCB'

red 225 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Magenta #E14FCB

Tints of Free Speech Magenta #E14FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

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

R = 44.38%
G = 15.58%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E14FCB (or 0xE14FCB) is known color: Free Speech Magenta. HEX triplet: E1, 4F and CB. RGB value is (225,79,203). Sum of RGB (Red+Green+Blue) = 225+79+203=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FCB is #1EB034. Grayscale: #888888. Windows color (decimal): -2011189 or 13324257. OLE color: 13324257.

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

Color convert

RGB 225 79 203 -
CMYK 0 0.65 0.10 0.12
HSL 309.04º 0.71% 0.6% -
HSV(B) 309.04º 0.65% 0.88% -
XYZ 44.63 25.91 59.15 -
YUV 136.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 225 79 203 0 0.65 0.10 0.12 309.04 0.71 0.6
Hex E1 4F CB 0 41 A C 135 47 3C
Octal 341 117 313 0 101 12 14 465 107 74
Binary 11100001 1001111 11001011 0 1000001 1010 1100 100110101 1000111 111100

Color Harmonies of #E14FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FCB

Black with #E14FCB

Text Example


Text Example

White with #E14FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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