Html Css Color HEX #E261D4 Free Speech Magenta

📋 copy color: '#E261D4'

red 226 ◦ green 97 ◦ blue 212

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

Shades of Free Speech Magenta #E261D4

Tints of Free Speech Magenta #E261D4

RGB

 RED value IS 226 (88.67% from 255) = 42.24%

 GREEN value IS 97 (38.28% from 255) = 18.13%

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 42.24%
G = 18.13%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E261D4 (or 0xE261D4) is known color: Free Speech Magenta. HEX triplet: E2, 61 and D4. RGB value is (226,97,212). Sum of RGB (Red+Green+Blue) = 226+97+212=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E261D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261D4 is #1D9E2B. Grayscale: #949494. Windows color (decimal): -1941036 or 13918690. OLE color: 13918690.

HSL color Cylindrical-coordinate representation of color #E261D4: hue angle of 306.51º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E261D4 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 97 212 -
CMYK 0 0.57 0.06 0.11
HSL 306.51º 0.69% 0.63% -
HSV(B) 306.51º 0.57% 0.89% -
XYZ 47.52 29.47 65.47 -
YUV 148.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 226 97 212 0 0.57 0.06 0.11 306.51 0.69 0.63
Hex E2 61 D4 0 39 6 B 133 45 3F
Octal 342 141 324 0 71 6 13 463 105 77
Binary 11100010 1100001 11010100 0 111001 110 1011 100110011 1000101 111111

Color Harmonies of #E261D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E261D4

Black with #E261D4

Text Example


Text Example

White with #E261D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E261D4; }

 p { color: rgb(226,97,212); }

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

background-color css

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

 a { background-color: rgb(226,97,212); }

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

border-color css

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

 span { border-color: rgb(226,97,212); }

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