Html Css Color HEX #E461CA Free Speech Magenta

📋 copy color: '#E461CA'

red 228 ◦ green 97 ◦ blue 202

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

Shades of Free Speech Magenta #E461CA

Tints of Free Speech Magenta #E461CA

RGB

 RED value IS 228 (89.45% from 255) = 43.26%

 GREEN value IS 97 (38.28% from 255) = 18.41%

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 43.26%
G = 18.41%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E461CA (or 0xE461CA) is known color: Free Speech Magenta. HEX triplet: E4, 61 and CA. RGB value is (228,97,202). Sum of RGB (Red+Green+Blue) = 228+97+202=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E461CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461CA is #1B9E35. Grayscale: #939393. Windows color (decimal): -1809974 or 13263332. OLE color: 13263332.

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

Color convert

RGB 228 97 202 -
CMYK 0 0.57 0.11 0.11
HSL 311.91º 0.71% 0.64% -
HSV(B) 311.91º 0.57% 0.89% -
XYZ 46.93 29.31 59.06 -
YUV 148.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 228 97 202 0 0.57 0.11 0.11 311.91 0.71 0.64
Hex E4 61 CA 0 39 B B 138 47 40
Octal 344 141 312 0 71 13 13 470 107 100
Binary 11100100 1100001 11001010 0 111001 1011 1011 100111000 1000111 1000000

Color Harmonies of #E461CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E461CA

Black with #E461CA

Text Example


Text Example

White with #E461CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E461CA; }

 p { color: rgb(228,97,202); }

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

background-color css

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

 a { background-color: rgb(228,97,202); }

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

border-color css

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

 span { border-color: rgb(228,97,202); }

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