Html Css Color HEX #EA63CC Free Speech Magenta

📋 copy color: '#EA63CC'

red 234 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #EA63CC

Tints of Free Speech Magenta #EA63CC

RGB

 RED value IS 234 (91.8% from 255) = 43.58%

 GREEN value IS 99 (39.06% from 255) = 18.44%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 43.58%
G = 18.44%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA63CC (or 0xEA63CC) is known color: Free Speech Magenta. HEX triplet: EA, 63 and CC. RGB value is (234,99,204). Sum of RGB (Red+Green+Blue) = 234+99+204=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63CC is #159C33. Grayscale: #979797. Windows color (decimal): -1416244 or 13394922. OLE color: 13394922.

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

Color convert

RGB 234 99 204 -
CMYK 0 0.58 0.13 0.08
HSL 313.33º 0.76% 0.65% -
HSV(B) 313.33º 0.58% 0.92% -
XYZ 49.29 30.78 60.47 -
YUV 151.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 234 99 204 0 0.58 0.13 0.08 313.33 0.76 0.65
Hex EA 63 CC 0 3A D 8 139 4C 41
Octal 352 143 314 0 72 15 10 471 114 101
Binary 11101010 1100011 11001100 0 111010 1101 1000 100111001 1001100 1000001

Color Harmonies of #EA63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63CC

Black with #EA63CC

Text Example


Text Example

White with #EA63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63CC; }

 p { color: rgb(234,99,204); }

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

background-color css

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

 a { background-color: rgb(234,99,204); }

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

border-color css

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

 span { border-color: rgb(234,99,204); }

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