Html Css Color HEX #E254CC Free Speech Magenta

📋 copy color: '#E254CC'

red 226 ◦ green 84 ◦ blue 204

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

Shades of Free Speech Magenta #E254CC

Tints of Free Speech Magenta #E254CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.34%

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

R = 43.97%
G = 16.34%
B = 39.69%

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

#E254CC (or 0xE254CC) is known color: Free Speech Magenta. HEX triplet: E2, 54 and CC. RGB value is (226,84,204). Sum of RGB (Red+Green+Blue) = 226+84+204=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E254CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254CC is #1DAB33. Grayscale: #8B8B8B. Windows color (decimal): -1944372 or 13391074. OLE color: 13391074.

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

Color convert

RGB 226 84 204 -
CMYK 0 0.63 0.10 0.11
HSL 309.3º 0.71% 0.61% -
HSV(B) 309.3º 0.63% 0.89% -
XYZ 45.43 26.87 59.92 -
YUV 140.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 226 84 204 0 0.63 0.10 0.11 309.3 0.71 0.61
Hex E2 54 CC 0 3F A B 135 47 3D
Octal 342 124 314 0 77 12 13 465 107 75
Binary 11100010 1010100 11001100 0 111111 1010 1011 100110101 1000111 111101

Color Harmonies of #E254CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254CC

Black with #E254CC

Text Example


Text Example

White with #E254CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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