Html Css Color HEX #ED5BEA Free Speech Magenta

📋 copy color: '#ED5BEA'

red 237 ◦ green 91 ◦ blue 234

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

Shades of Free Speech Magenta #ED5BEA

Tints of Free Speech Magenta #ED5BEA

RGB

 RED value IS 237 (92.97% from 255) = 42.17%

 GREEN value IS 91 (35.94% from 255) = 16.19%

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 42.17%
G = 16.19%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED5BEA (or 0xED5BEA) is known color: Free Speech Magenta. HEX triplet: ED, 5B and EA. RGB value is (237,91,234). Sum of RGB (Red+Green+Blue) = 237+91+234=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5BEA is #12A415. Grayscale: #969696. Windows color (decimal): -1221654 or 15358957. OLE color: 15358957.

HSL color Cylindrical-coordinate representation of color #ED5BEA: hue angle of 301.23º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5BEA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 91 234 -
CMYK 0 0.62 0.01 0.07
HSL 301.23º 0.8% 0.64% -
HSV(B) 301.23º 0.62% 0.93% -
XYZ 53.52 31.43 81.09 -
YUV 150.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 237 91 234 0 0.62 0.01 0.07 301.23 0.8 0.64
Hex ED 5B EA 0 3E 1 7 12D 50 40
Octal 355 133 352 0 76 1 7 455 120 100
Binary 11101101 1011011 11101010 0 111110 1 111 100101101 1010000 1000000

Color Harmonies of #ED5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BEA

Black with #ED5BEA

Text Example


Text Example

White with #ED5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BEA; }

 p { color: rgb(237,91,234); }

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

background-color css

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

 a { background-color: rgb(237,91,234); }

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

border-color css

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

 span { border-color: rgb(237,91,234); }

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