Html Css Color HEX #E34CBB Free Speech Magenta

📋 copy color: '#E34CBB'

red 227 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Magenta #E34CBB

Tints of Free Speech Magenta #E34CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 46.33%
G = 15.51%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E34CBB (or 0xE34CBB) is known color: Free Speech Magenta. HEX triplet: E3, 4C and BB. RGB value is (227,76,187). Sum of RGB (Red+Green+Blue) = 227+76+187=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CBB is #1CB344. Grayscale: #858585. Windows color (decimal): -1880901 or 12274915. OLE color: 12274915.

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

Color convert

RGB 227 76 187 -
CMYK 0 0.67 0.18 0.11
HSL 315.89º 0.73% 0.59% -
HSV(B) 315.89º 0.67% 0.89% -
XYZ 43.23 25.09 49.58 -
YUV 133.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 227 76 187 0 0.67 0.18 0.11 315.89 0.73 0.59
Hex E3 4C BB 0 43 12 B 13C 49 3B
Octal 343 114 273 0 103 22 13 474 111 73
Binary 11100011 1001100 10111011 0 1000011 10010 1011 100111100 1001001 111011

Color Harmonies of #E34CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34CBB

Black with #E34CBB

Text Example


Text Example

White with #E34CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34CBB; }

 p { color: rgb(227,76,187); }

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

background-color css

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

 a { background-color: rgb(227,76,187); }

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

border-color css

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

 span { border-color: rgb(227,76,187); }

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