Html Css Color HEX #E14CCF Free Speech Magenta

📋 copy color: '#E14CCF'

red 225 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Magenta #E14CCF

Tints of Free Speech Magenta #E14CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 44.29%
G = 14.96%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E14CCF (or 0xE14CCF) is known color: Free Speech Magenta. HEX triplet: E1, 4C and CF. RGB value is (225,76,207). Sum of RGB (Red+Green+Blue) = 225+76+207=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CCF is #1EB330. Grayscale: #878787. Windows color (decimal): -2011953 or 13585633. OLE color: 13585633.

HSL color Cylindrical-coordinate representation of color #E14CCF: hue angle of 307.25º 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 #E14CCF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 207 -
CMYK 0 0.66 0.08 0.12
HSL 307.25º 0.71% 0.59% -
HSV(B) 307.25º 0.66% 0.88% -
XYZ 44.9 25.68 61.62 -
YUV 135.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 225 76 207 0 0.66 0.08 0.12 307.25 0.71 0.59
Hex E1 4C CF 0 42 8 C 133 47 3B
Octal 341 114 317 0 102 10 14 463 107 73
Binary 11100001 1001100 11001111 0 1000010 1000 1100 100110011 1000111 111011

Color Harmonies of #E14CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CCF

Black with #E14CCF

Text Example


Text Example

White with #E14CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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