Html Css Color HEX #E252CC Free Speech Magenta

📋 copy color: '#E252CC'

red 226 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #E252CC

Tints of Free Speech Magenta #E252CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 44.14%
G = 16.02%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E252CC (or 0xE252CC) is known color: Free Speech Magenta. HEX triplet: E2, 52 and CC. RGB value is (226,82,204). Sum of RGB (Red+Green+Blue) = 226+82+204=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E252CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252CC is #1DAD33. Grayscale: #8A8A8A. Windows color (decimal): -1944884 or 13390562. OLE color: 13390562.

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

Color convert

RGB 226 82 204 -
CMYK 0 0.64 0.10 0.11
HSL 309.17º 0.71% 0.6% -
HSV(B) 309.17º 0.64% 0.89% -
XYZ 45.28 26.56 59.87 -
YUV 138.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 226 82 204 0 0.64 0.10 0.11 309.17 0.71 0.6
Hex E2 52 CC 0 40 A B 135 47 3C
Octal 342 122 314 0 100 12 13 465 107 74
Binary 11100010 1010010 11001100 0 1000000 1010 1011 100110101 1000111 111100

Color Harmonies of #E252CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252CC

Black with #E252CC

Text Example


Text Example

White with #E252CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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