Html Css Color HEX #E252CE Free Speech Magenta

📋 copy color: '#E252CE'

red 226 ◦ green 82 ◦ blue 206

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

Shades of Free Speech Magenta #E252CE

Tints of Free Speech Magenta #E252CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 43.97%
G = 15.95%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E252CE (or 0xE252CE) is known color: Free Speech Magenta. HEX triplet: E2, 52 and CE. RGB value is (226,82,206). Sum of RGB (Red+Green+Blue) = 226+82+206=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E252CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252CE is #1DAD31. Grayscale: #8A8A8A. Windows color (decimal): -1944882 or 13521634. OLE color: 13521634.

HSL color Cylindrical-coordinate representation of color #E252CE: hue angle of 308.33º 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 #E252CE is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 206 -
CMYK 0 0.64 0.09 0.11
HSL 308.33º 0.71% 0.6% -
HSV(B) 308.33º 0.64% 0.89% -
XYZ 45.52 26.66 61.14 -
YUV 139.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 226 82 206 0 0.64 0.09 0.11 308.33 0.71 0.6
Hex E2 52 CE 0 40 9 B 134 47 3C
Octal 342 122 316 0 100 11 13 464 107 74
Binary 11100010 1010010 11001110 0 1000000 1001 1011 100110100 1000111 111100

Color Harmonies of #E252CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252CE

Black with #E252CE

Text Example


Text Example

White with #E252CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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