Html Css Color HEX #E751CB Free Speech Magenta

📋 copy color: '#E751CB'

red 231 ◦ green 81 ◦ blue 203

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

Shades of Free Speech Magenta #E751CB

Tints of Free Speech Magenta #E751CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.73%

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 44.85%
G = 15.73%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E751CB (or 0xE751CB) is known color: Free Speech Magenta. HEX triplet: E7, 51 and CB. RGB value is (231,81,203). Sum of RGB (Red+Green+Blue) = 231+81+203=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E751CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751CB is #18AE34. Grayscale: #8B8B8B. Windows color (decimal): -1617461 or 13324775. OLE color: 13324775.

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

Color convert

RGB 231 81 203 -
CMYK 0 0.65 0.12 0.09
HSL 311.2º 0.76% 0.61% -
HSV(B) 311.2º 0.65% 0.91% -
XYZ 46.68 27.19 59.29 -
YUV 139.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 231 81 203 0 0.65 0.12 0.09 311.2 0.76 0.61
Hex E7 51 CB 0 41 C 9 137 4C 3D
Octal 347 121 313 0 101 14 11 467 114 75
Binary 11100111 1010001 11001011 0 1000001 1100 1001 100110111 1001100 111101

Color Harmonies of #E751CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751CB

Black with #E751CB

Text Example


Text Example

White with #E751CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751CB; }

 p { color: rgb(231,81,203); }

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

background-color css

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

 a { background-color: rgb(231,81,203); }

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

border-color css

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

 span { border-color: rgb(231,81,203); }

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