Html Css Color HEX #EE61D4 Free Speech Magenta

📋 copy color: '#EE61D4'

red 238 ◦ green 97 ◦ blue 212

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

Shades of Free Speech Magenta #EE61D4

Tints of Free Speech Magenta #EE61D4

RGB

 RED value IS 238 (93.36% from 255) = 43.51%

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

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

R = 43.51%
G = 17.73%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE61D4 (or 0xEE61D4) is known color: Free Speech Magenta. HEX triplet: EE, 61 and D4. RGB value is (238,97,212). Sum of RGB (Red+Green+Blue) = 238+97+212=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61D4 is #119E2B. Grayscale: #979797. Windows color (decimal): -1154604 or 13918702. OLE color: 13918702.

HSL color Cylindrical-coordinate representation of color #EE61D4: hue angle of 311.06º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61D4 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 212 -
CMYK 0 0.59 0.11 0.07
HSL 311.06º 0.81% 0.66% -
HSV(B) 311.06º 0.59% 0.93% -
XYZ 51.42 31.48 65.65 -
YUV 152.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 238 97 212 0 0.59 0.11 0.07 311.06 0.81 0.66
Hex EE 61 D4 0 3B B 7 137 51 42
Octal 356 141 324 0 73 13 7 467 121 102
Binary 11101110 1100001 11010100 0 111011 1011 111 100110111 1010001 1000010

Color Harmonies of #EE61D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE61D4

Black with #EE61D4

Text Example


Text Example

White with #EE61D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE61D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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