Html Css Color HEX #E348CD Free Speech Magenta

📋 copy color: '#E348CD'

red 227 ◦ green 72 ◦ blue 205

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

Shades of Free Speech Magenta #E348CD

Tints of Free Speech Magenta #E348CD

RGB

 RED value IS 227 (89.06% from 255) = 45.04%

 GREEN value IS 72 (28.52% from 255) = 14.29%

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

R = 45.04%
G = 14.29%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E348CD (or 0xE348CD) is known color: Free Speech Magenta. HEX triplet: E3, 48 and CD. RGB value is (227,72,205). Sum of RGB (Red+Green+Blue) = 227+72+205=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E348CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348CD is #1CB732. Grayscale: #858585. Windows color (decimal): -1881907 or 13453539. OLE color: 13453539.

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

Color convert

RGB 227 72 205 -
CMYK 0 0.68 0.10 0.11
HSL 308.52º 0.73% 0.59% -
HSV(B) 308.52º 0.68% 0.89% -
XYZ 45.02 25.37 60.28 -
YUV 133.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 227 72 205 0 0.68 0.10 0.11 308.52 0.73 0.59
Hex E3 48 CD 0 44 A B 135 49 3B
Octal 343 110 315 0 104 12 13 465 111 73
Binary 11100011 1001000 11001101 0 1000100 1010 1011 100110101 1001001 111011

Color Harmonies of #E348CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348CD

Black with #E348CD

Text Example


Text Example

White with #E348CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348CD; }

 p { color: rgb(227,72,205); }

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

background-color css

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

 a { background-color: rgb(227,72,205); }

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

border-color css

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

 span { border-color: rgb(227,72,205); }

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