Html Css Color HEX #E74BCF Free Speech Magenta

📋 copy color: '#E74BCF'

red 231 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Magenta #E74BCF

Tints of Free Speech Magenta #E74BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 45.03%
G = 14.62%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E74BCF (or 0xE74BCF) is known color: Free Speech Magenta. HEX triplet: E7, 4B and CF. RGB value is (231,75,207). Sum of RGB (Red+Green+Blue) = 231+75+207=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BCF is #18B430. Grayscale: #888888. Windows color (decimal): -1618993 or 13585383. OLE color: 13585383.

HSL color Cylindrical-coordinate representation of color #E74BCF: hue angle of 309.23º 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 #E74BCF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 75 207 -
CMYK 0 0.68 0.10 0.09
HSL 309.23º 0.76% 0.6% -
HSV(B) 309.23º 0.68% 0.91% -
XYZ 46.73 26.53 61.69 -
YUV 136.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 231 75 207 0 0.68 0.10 0.09 309.23 0.76 0.6
Hex E7 4B CF 0 44 A 9 135 4C 3C
Octal 347 113 317 0 104 12 11 465 114 74
Binary 11100111 1001011 11001111 0 1000100 1010 1001 100110101 1001100 111100

Color Harmonies of #E74BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BCF

Black with #E74BCF

Text Example


Text Example

White with #E74BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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