Html Css Color HEX #E14CBC Free Speech Magenta

📋 copy color: '#E14CBC'

red 225 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Magenta #E14CBC

Tints of Free Speech Magenta #E14CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.54%

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 46.01%
G = 15.54%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E14CBC (or 0xE14CBC) is known color: Free Speech Magenta. HEX triplet: E1, 4C and BC. RGB value is (225,76,188). Sum of RGB (Red+Green+Blue) = 225+76+188=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CBC is #1EB343. Grayscale: #858585. Windows color (decimal): -2011972 or 12340449. OLE color: 12340449.

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

Color convert

RGB 225 76 188 -
CMYK 0 0.66 0.16 0.12
HSL 314.9º 0.71% 0.59% -
HSV(B) 314.9º 0.66% 0.88% -
XYZ 42.71 24.81 50.11 -
YUV 133.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 225 76 188 0 0.66 0.16 0.12 314.9 0.71 0.59
Hex E1 4C BC 0 42 10 C 13B 47 3B
Octal 341 114 274 0 102 20 14 473 107 73
Binary 11100001 1001100 10111100 0 1000010 10000 1100 100111011 1000111 111011

Color Harmonies of #E14CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CBC

Black with #E14CBC

Text Example


Text Example

White with #E14CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CBC; }

 p { color: rgb(225,76,188); }

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

background-color css

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

 a { background-color: rgb(225,76,188); }

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

border-color css

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

 span { border-color: rgb(225,76,188); }

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