Html Css Color HEX #E74BEA Free Speech Magenta

📋 copy color: '#E74BEA'

red 231 ◦ green 75 ◦ blue 234

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

Shades of Free Speech Magenta #E74BEA

Tints of Free Speech Magenta #E74BEA

RGB

 RED value IS 231 (90.63% from 255) = 42.78%

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 42.78%
G = 13.89%
B = 43.33%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E74BEA (or 0xE74BEA) is known color: Free Speech Magenta. HEX triplet: E7, 4B and EA. RGB value is (231,75,234). Sum of RGB (Red+Green+Blue) = 231+75+234=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #E74BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74BEA is #18B415. Grayscale: #8B8B8B. Windows color (decimal): -1618966 or 15354855. OLE color: 15354855.

HSL color Cylindrical-coordinate representation of color #E74BEA: hue angle of 298.87º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BEA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 75 234 -
CMYK 0.01 0.68 0 0.08
HSL 298.87º 0.79% 0.61% -
HSV(B) 298.87º 0.68% 0.92% -
XYZ 50.32 27.96 80.59 -
YUV 139.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 231 75 234 0.01 0.68 0 0.08 298.87 0.79 0.61
Hex E7 4B EA 1 44 0 8 12B 4F 3D
Octal 347 113 352 1 104 0 10 453 117 75
Binary 11100111 1001011 11101010 1 1000100 0 1000 100101011 1001111 111101

Color Harmonies of #E74BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BEA

Black with #E74BEA

Text Example


Text Example

White with #E74BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BEA; }

 p { color: rgb(231,75,234); }

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

background-color css

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

 a { background-color: rgb(231,75,234); }

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

border-color css

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

 span { border-color: rgb(231,75,234); }

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