Html Css Color HEX #E63DEA Free Speech Magenta

📋 copy color: '#E63DEA'

red 230 ◦ green 61 ◦ blue 234

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

Shades of Free Speech Magenta #E63DEA

Tints of Free Speech Magenta #E63DEA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.62%

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

R = 43.81%
G = 11.62%
B = 44.57%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E63DEA (or 0xE63DEA) is known color: Free Speech Magenta. HEX triplet: E6, 3D and EA. RGB value is (230,61,234). Sum of RGB (Red+Green+Blue) = 230+61+234=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #E63DEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DEA is #19C215. Grayscale: #828282. Windows color (decimal): -1688086 or 15351270. OLE color: 15351270.

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

Color convert

RGB 230 61 234 -
CMYK 0.02 0.74 0 0.08
HSL 298.61º 0.8% 0.58% -
HSV(B) 298.61º 0.74% 0.92% -
XYZ 49.15 26.1 80.29 -
YUV 131.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 230 61 234 0.02 0.74 0 0.08 298.61 0.8 0.58
Hex E6 3D EA 2 4A 0 8 12B 50 3A
Octal 346 75 352 2 112 0 10 453 120 72
Binary 11100110 111101 11101010 10 1001010 0 1000 100101011 1010000 111010

Color Harmonies of #E63DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63DEA

Black with #E63DEA

Text Example


Text Example

White with #E63DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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