Html Css Color HEX #E065CA Free Speech Magenta

📋 copy color: '#E065CA'

red 224 ◦ green 101 ◦ blue 202

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

Shades of Free Speech Magenta #E065CA

Tints of Free Speech Magenta #E065CA

RGB

 RED value IS 224 (87.89% from 255) = 42.5%

 GREEN value IS 101 (39.84% from 255) = 19.17%

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

R = 42.5%
G = 19.17%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E065CA (or 0xE065CA) is known color: Free Speech Magenta. HEX triplet: E0, 65 and CA. RGB value is (224,101,202). Sum of RGB (Red+Green+Blue) = 224+101+202=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E065CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065CA is #1F9A35. Grayscale: #959595. Windows color (decimal): -2071094 or 13264352. OLE color: 13264352.

HSL color Cylindrical-coordinate representation of color #E065CA: hue angle of 310.73º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065CA is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 202 -
CMYK 0 0.55 0.10 0.12
HSL 310.73º 0.66% 0.64% -
HSV(B) 310.73º 0.55% 0.88% -
XYZ 46.05 29.42 59.13 -
YUV 149.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 224 101 202 0 0.55 0.10 0.12 310.73 0.66 0.64
Hex E0 65 CA 0 37 A C 137 42 40
Octal 340 145 312 0 67 12 14 467 102 100
Binary 11100000 1100101 11001010 0 110111 1010 1100 100110111 1000010 1000000

Color Harmonies of #E065CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065CA

Black with #E065CA

Text Example


Text Example

White with #E065CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065CA; }

 p { color: rgb(224,101,202); }

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

background-color css

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

 a { background-color: rgb(224,101,202); }

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

border-color css

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

 span { border-color: rgb(224,101,202); }

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