Html Css Color HEX #E651D2 Free Speech Magenta

📋 copy color: '#E651D2'

red 230 ◦ green 81 ◦ blue 210

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

Shades of Free Speech Magenta #E651D2

Tints of Free Speech Magenta #E651D2

RGB

 RED value IS 230 (90.23% from 255) = 44.15%

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 44.15%
G = 15.55%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E651D2 (or 0xE651D2) is known color: Free Speech Magenta. HEX triplet: E6, 51 and D2. RGB value is (230,81,210). Sum of RGB (Red+Green+Blue) = 230+81+210=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E651D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E651D2 is #19AE2D. Grayscale: #8B8B8B. Windows color (decimal): -1682990 or 13783526. OLE color: 13783526.

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

Color convert

RGB 230 81 210 -
CMYK 0 0.65 0.09 0.10
HSL 308.05º 0.75% 0.61% -
HSV(B) 308.05º 0.65% 0.9% -
XYZ 47.21 27.36 63.77 -
YUV 140.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 230 81 210 0 0.65 0.09 0.10 308.05 0.75 0.61
Hex E6 51 D2 0 41 9 A 134 4B 3D
Octal 346 121 322 0 101 11 12 464 113 75
Binary 11100110 1010001 11010010 0 1000001 1001 1010 100110100 1001011 111101

Color Harmonies of #E651D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E651D2

Black with #E651D2

Text Example


Text Example

White with #E651D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E651D2; }

 p { color: rgb(230,81,210); }

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

background-color css

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

 a { background-color: rgb(230,81,210); }

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

border-color css

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

 span { border-color: rgb(230,81,210); }

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