Html Css Color HEX #E252C6 Free Speech Magenta

📋 copy color: '#E252C6'

red 226 ◦ green 82 ◦ blue 198

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

Shades of Free Speech Magenta #E252C6

Tints of Free Speech Magenta #E252C6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.21%

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 44.66%
G = 16.21%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E252C6 (or 0xE252C6) is known color: Free Speech Magenta. HEX triplet: E2, 52 and C6. RGB value is (226,82,198). Sum of RGB (Red+Green+Blue) = 226+82+198=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E252C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252C6 is #1DAD39. Grayscale: #898989. Windows color (decimal): -1944890 or 12997346. OLE color: 12997346.

HSL color Cylindrical-coordinate representation of color #E252C6: hue angle of 311.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252C6 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 198 -
CMYK 0 0.64 0.12 0.11
HSL 311.67º 0.71% 0.6% -
HSV(B) 311.67º 0.64% 0.89% -
XYZ 44.57 26.28 56.15 -
YUV 138.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 226 82 198 0 0.64 0.12 0.11 311.67 0.71 0.6
Hex E2 52 C6 0 40 C B 138 47 3C
Octal 342 122 306 0 100 14 13 470 107 74
Binary 11100010 1010010 11000110 0 1000000 1100 1011 100111000 1000111 111100

Color Harmonies of #E252C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252C6

Black with #E252C6

Text Example


Text Example

White with #E252C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252C6; }

 p { color: rgb(226,82,198); }

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

background-color css

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

 a { background-color: rgb(226,82,198); }

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

border-color css

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

 span { border-color: rgb(226,82,198); }

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