Html Css Color HEX #E14BCD Free Speech Magenta

📋 copy color: '#E14BCD'

red 225 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Magenta #E14BCD

Tints of Free Speech Magenta #E14BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 44.55%
G = 14.85%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E14BCD (or 0xE14BCD) is known color: Free Speech Magenta. HEX triplet: E1, 4B and CD. RGB value is (225,75,205). Sum of RGB (Red+Green+Blue) = 225+75+205=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14BCD is #1EB432. Grayscale: #868686. Windows color (decimal): -2012211 or 13454305. OLE color: 13454305.

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

Color convert

RGB 225 75 205 -
CMYK 0 0.67 0.09 0.12
HSL 308º 0.71% 0.59% -
HSV(B) 308º 0.67% 0.88% -
XYZ 44.59 25.45 60.32 -
YUV 134.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 225 75 205 0 0.67 0.09 0.12 308 0.71 0.59
Hex E1 4B CD 0 43 9 C 134 47 3B
Octal 341 113 315 0 103 11 14 464 107 73
Binary 11100001 1001011 11001101 0 1000011 1001 1100 100110100 1000111 111011

Color Harmonies of #E14BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BCD

Black with #E14BCD

Text Example


Text Example

White with #E14BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BCD; }

 p { color: rgb(225,75,205); }

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

background-color css

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

 a { background-color: rgb(225,75,205); }

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

border-color css

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

 span { border-color: rgb(225,75,205); }

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