Html Css Color HEX #E253CC Free Speech Magenta

📋 copy color: '#E253CC'

red 226 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #E253CC

Tints of Free Speech Magenta #E253CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.18%

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

R = 44.05%
G = 16.18%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E253CC (or 0xE253CC) is known color: Free Speech Magenta. HEX triplet: E2, 53 and CC. RGB value is (226,83,204). Sum of RGB (Red+Green+Blue) = 226+83+204=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E253CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253CC is #1DAC33. Grayscale: #8B8B8B. Windows color (decimal): -1944628 or 13390818. OLE color: 13390818.

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

Color convert

RGB 226 83 204 -
CMYK 0 0.63 0.10 0.11
HSL 309.23º 0.71% 0.61% -
HSV(B) 309.23º 0.63% 0.89% -
XYZ 45.36 26.71 59.89 -
YUV 139.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 226 83 204 0 0.63 0.10 0.11 309.23 0.71 0.61
Hex E2 53 CC 0 3F A B 135 47 3D
Octal 342 123 314 0 77 12 13 465 107 75
Binary 11100010 1010011 11001100 0 111111 1010 1011 100110101 1000111 111101

Color Harmonies of #E253CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253CC

Black with #E253CC

Text Example


Text Example

White with #E253CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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