Html Css Color HEX #E736FA Free Speech Magenta

📋 copy color: '#E736FA'

red 231 ◦ green 54 ◦ blue 250

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

Shades of Free Speech Magenta #E736FA

Tints of Free Speech Magenta #E736FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.09%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 43.18%
G = 10.09%
B = 46.73%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E736FA (or 0xE736FA) is known color: Free Speech Magenta. HEX triplet: E7, 36 and FA. RGB value is (231,54,250). Sum of RGB (Red+Green+Blue) = 231+54+250=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 54 (21.48% from 255 or 10.09% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #E736FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E736FA is #18C905. Grayscale: #808080. Windows color (decimal): -1624326 or 16398055. OLE color: 16398055.

HSL color Cylindrical-coordinate representation of color #E736FA: hue angle of 294.18º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E736FA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 54 250 -
CMYK 0.08 0.78 0 0.02
HSL 294.18º 0.95% 0.6% -
HSV(B) 294.18º 0.78% 0.98% -
XYZ 51.53 26.53 92.85 -
YUV 129.27 196.14 200.56 -
System Red Green Blue C M Y K H S L
Decimal 231 54 250 0.08 0.78 0 0.02 294.18 0.95 0.6
Hex E7 36 FA 8 4E 0 2 126 5F 3C
Octal 347 66 372 10 116 0 2 446 137 74
Binary 11100111 110110 11111010 1000 1001110 0 10 100100110 1011111 111100

Color Harmonies of #E736FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E736FA

Black with #E736FA

Text Example


Text Example

White with #E736FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E736FA; }

 p { color: rgb(231,54,250); }

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

background-color css

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

 a { background-color: rgb(231,54,250); }

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

border-color css

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

 span { border-color: rgb(231,54,250); }

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