Html Css Color HEX #E65FEA Free Speech Magenta

📋 copy color: '#E65FEA'

red 230 ◦ green 95 ◦ blue 234

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

Shades of Free Speech Magenta #E65FEA

Tints of Free Speech Magenta #E65FEA

RGB

 RED value IS 230 (90.23% from 255) = 41.14%

 GREEN value IS 95 (37.5% from 255) = 16.99%

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 41.14%
G = 16.99%
B = 41.86%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E65FEA (or 0xE65FEA) is known color: Free Speech Magenta. HEX triplet: E6, 5F and EA. RGB value is (230,95,234). Sum of RGB (Red+Green+Blue) = 230+95+234=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #E65FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FEA is #19A015. Grayscale: #969696. Windows color (decimal): -1679382 or 15359974. OLE color: 15359974.

HSL color Cylindrical-coordinate representation of color #E65FEA: hue angle of 298.27º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FEA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 95 234 -
CMYK 0.02 0.59 0 0.08
HSL 298.27º 0.77% 0.65% -
HSV(B) 298.27º 0.59% 0.92% -
XYZ 51.58 30.95 81.1 -
YUV 151.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 230 95 234 0.02 0.59 0 0.08 298.27 0.77 0.65
Hex E6 5F EA 2 3B 0 8 12A 4D 41
Octal 346 137 352 2 73 0 10 452 115 101
Binary 11100110 1011111 11101010 10 111011 0 1000 100101010 1001101 1000001

Color Harmonies of #E65FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FEA

Black with #E65FEA

Text Example


Text Example

White with #E65FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FEA; }

 p { color: rgb(230,95,234); }

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

background-color css

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

 a { background-color: rgb(230,95,234); }

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

border-color css

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

 span { border-color: rgb(230,95,234); }

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