Html Css Color HEX #E466CA Free Speech Magenta

📋 copy color: '#E466CA'

red 228 ◦ green 102 ◦ blue 202

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

Shades of Free Speech Magenta #E466CA

Tints of Free Speech Magenta #E466CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.17%

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

R = 42.86%
G = 19.17%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E466CA (or 0xE466CA) is known color: Free Speech Magenta. HEX triplet: E4, 66 and CA. RGB value is (228,102,202). Sum of RGB (Red+Green+Blue) = 228+102+202=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E466CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466CA is #1B9935. Grayscale: #969696. Windows color (decimal): -1808694 or 13264612. OLE color: 13264612.

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

Color convert

RGB 228 102 202 -
CMYK 0 0.55 0.11 0.11
HSL 312.38º 0.7% 0.65% -
HSV(B) 312.38º 0.55% 0.89% -
XYZ 47.41 30.26 59.22 -
YUV 151.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 228 102 202 0 0.55 0.11 0.11 312.38 0.7 0.65
Hex E4 66 CA 0 37 B B 138 46 41
Octal 344 146 312 0 67 13 13 470 106 101
Binary 11100100 1100110 11001010 0 110111 1011 1011 100111000 1000110 1000001

Color Harmonies of #E466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E466CA

Black with #E466CA

Text Example


Text Example

White with #E466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E466CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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