Html Css Color HEX #E467CD Free Speech Magenta

📋 copy color: '#E467CD'

red 228 ◦ green 103 ◦ blue 205

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

Shades of Free Speech Magenta #E467CD

Tints of Free Speech Magenta #E467CD

RGB

 RED value IS 228 (89.45% from 255) = 42.54%

 GREEN value IS 103 (40.63% from 255) = 19.22%

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

R = 42.54%
G = 19.22%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E467CD (or 0xE467CD) is known color: Free Speech Magenta. HEX triplet: E4, 67 and CD. RGB value is (228,103,205). Sum of RGB (Red+Green+Blue) = 228+103+205=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E467CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E467CD is #1B9832. Grayscale: #979797. Windows color (decimal): -1808435 or 13461476. OLE color: 13461476.

HSL color Cylindrical-coordinate representation of color #E467CD: hue angle of 311.04º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E467CD is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 103 205 -
CMYK 0 0.55 0.10 0.11
HSL 311.04º 0.7% 0.65% -
HSV(B) 311.04º 0.55% 0.89% -
XYZ 47.86 30.6 61.14 -
YUV 152 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 228 103 205 0 0.55 0.10 0.11 311.04 0.7 0.65
Hex E4 67 CD 0 37 A B 137 46 41
Octal 344 147 315 0 67 12 13 467 106 101
Binary 11100100 1100111 11001101 0 110111 1010 1011 100110111 1000110 1000001

Color Harmonies of #E467CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E467CD

Black with #E467CD

Text Example


Text Example

White with #E467CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E467CD; }

 p { color: rgb(228,103,205); }

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

background-color css

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

 a { background-color: rgb(228,103,205); }

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

border-color css

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

 span { border-color: rgb(228,103,205); }

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