Html Css Color HEX #E367CA Free Speech Magenta

📋 copy color: '#E367CA'

red 227 ◦ green 103 ◦ blue 202

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

Shades of Free Speech Magenta #E367CA

Tints of Free Speech Magenta #E367CA

RGB

 RED value IS 227 (89.06% from 255) = 42.67%

 GREEN value IS 103 (40.63% from 255) = 19.36%

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

R = 42.67%
G = 19.36%
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

#E367CA (or 0xE367CA) is known color: Free Speech Magenta. HEX triplet: E3, 67 and CA. RGB value is (227,103,202). Sum of RGB (Red+Green+Blue) = 227+103+202=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E367CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367CA is #1C9835. Grayscale: #979797. Windows color (decimal): -1873974 or 13264867. OLE color: 13264867.

HSL color Cylindrical-coordinate representation of color #E367CA: hue angle of 312.1º degrees, saturation: 0.69, 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 #E367CA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 103 202 -
CMYK 0 0.55 0.11 0.11
HSL 312.1º 0.69% 0.65% -
HSV(B) 312.1º 0.55% 0.89% -
XYZ 47.19 30.3 59.24 -
YUV 151.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 227 103 202 0 0.55 0.11 0.11 312.1 0.69 0.65
Hex E3 67 CA 0 37 B B 138 45 41
Octal 343 147 312 0 67 13 13 470 105 101
Binary 11100011 1100111 11001010 0 110111 1011 1011 100111000 1000101 1000001

Color Harmonies of #E367CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E367CA

Black with #E367CA

Text Example


Text Example

White with #E367CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E367CA; }

 p { color: rgb(227,103,202); }

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

background-color css

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

 a { background-color: rgb(227,103,202); }

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

border-color css

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

 span { border-color: rgb(227,103,202); }

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