Html Css Color HEX #E64DBB Free Speech Magenta

📋 copy color: '#E64DBB'

red 230 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Magenta #E64DBB

Tints of Free Speech Magenta #E64DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 46.56%
G = 15.59%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E64DBB (or 0xE64DBB) is known color: Free Speech Magenta. HEX triplet: E6, 4D and BB. RGB value is (230,77,187). Sum of RGB (Red+Green+Blue) = 230+77+187=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DBB is #19B244. Grayscale: #878787. Windows color (decimal): -1684037 or 12275174. OLE color: 12275174.

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

Color convert

RGB 230 77 187 -
CMYK 0 0.67 0.19 0.10
HSL 316.86º 0.75% 0.6% -
HSV(B) 316.86º 0.67% 0.9% -
XYZ 44.26 25.72 49.65 -
YUV 135.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 230 77 187 0 0.67 0.19 0.10 316.86 0.75 0.6
Hex E6 4D BB 0 43 13 A 13D 4B 3C
Octal 346 115 273 0 103 23 12 475 113 74
Binary 11100110 1001101 10111011 0 1000011 10011 1010 100111101 1001011 111100

Color Harmonies of #E64DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DBB

Black with #E64DBB

Text Example


Text Example

White with #E64DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DBB; }

 p { color: rgb(230,77,187); }

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

background-color css

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

 a { background-color: rgb(230,77,187); }

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

border-color css

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

 span { border-color: rgb(230,77,187); }

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