Html Css Color HEX #E235F6 Free Speech Magenta

📋 copy color: '#E235F6'

red 226 ◦ green 53 ◦ blue 246

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

Shades of Free Speech Magenta #E235F6

Tints of Free Speech Magenta #E235F6

RGB

 RED value IS 226 (88.67% from 255) = 43.05%

 GREEN value IS 53 (21.09% from 255) = 10.1%

 BLUE value IS 246 (96.48% from 255) = 46.86%

R = 43.05%
G = 10.1%
B = 46.86%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E235F6 (or 0xE235F6) is known color: Free Speech Magenta. HEX triplet: E2, 35 and F6. RGB value is (226,53,246). Sum of RGB (Red+Green+Blue) = 226+53+246=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 53 (21.09% from 255 or 10.10% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #E235F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E235F6 is #1DCA09. Grayscale: #7E7E7E. Windows color (decimal): -1952266 or 16135650. OLE color: 16135650.

HSL color Cylindrical-coordinate representation of color #E235F6: hue angle of 293.78º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E235F6 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 53 246 -
CMYK 0.08 0.78 0 0.04
HSL 293.78º 0.91% 0.59% -
HSV(B) 293.78º 0.78% 0.96% -
XYZ 49.27 25.37 89.49 -
YUV 126.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 226 53 246 0.08 0.78 0 0.04 293.78 0.91 0.59
Hex E2 35 F6 8 4E 0 4 126 5B 3B
Octal 342 65 366 10 116 0 4 446 133 73
Binary 11100010 110101 11110110 1000 1001110 0 100 100100110 1011011 111011

Color Harmonies of #E235F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E235F6

Black with #E235F6

Text Example


Text Example

White with #E235F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E235F6; }

 p { color: rgb(226,53,246); }

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

background-color css

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

 a { background-color: rgb(226,53,246); }

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

border-color css

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

 span { border-color: rgb(226,53,246); }

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