Html Css Color HEX #E74BCA Free Speech Magenta

📋 copy color: '#E74BCA'

red 231 ◦ green 75 ◦ blue 202

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

Shades of Free Speech Magenta #E74BCA

Tints of Free Speech Magenta #E74BCA

RGB

 RED value IS 231 (90.63% from 255) = 45.47%

 GREEN value IS 75 (29.69% from 255) = 14.76%

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

R = 45.47%
G = 14.76%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E74BCA (or 0xE74BCA) is known color: Free Speech Magenta. HEX triplet: E7, 4B and CA. RGB value is (231,75,202). Sum of RGB (Red+Green+Blue) = 231+75+202=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BCA is #18B435. Grayscale: #878787. Windows color (decimal): -1618998 or 13257703. OLE color: 13257703.

HSL color Cylindrical-coordinate representation of color #E74BCA: hue angle of 311.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BCA is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 75 202 -
CMYK 0 0.68 0.13 0.09
HSL 311.15º 0.76% 0.6% -
HSV(B) 311.15º 0.68% 0.91% -
XYZ 46.13 26.29 58.52 -
YUV 136.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 231 75 202 0 0.68 0.13 0.09 311.15 0.76 0.6
Hex E7 4B CA 0 44 D 9 137 4C 3C
Octal 347 113 312 0 104 15 11 467 114 74
Binary 11100111 1001011 11001010 0 1000100 1101 1001 100110111 1001100 111100

Color Harmonies of #E74BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BCA

Black with #E74BCA

Text Example


Text Example

White with #E74BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BCA; }

 p { color: rgb(231,75,202); }

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

background-color css

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

 a { background-color: rgb(231,75,202); }

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

border-color css

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

 span { border-color: rgb(231,75,202); }

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