Html Css Color HEX #EF61E5 Free Speech Magenta

📋 copy color: '#EF61E5'

red 239 ◦ green 97 ◦ blue 229

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

Shades of Free Speech Magenta #EF61E5

Tints of Free Speech Magenta #EF61E5

RGB

 RED value IS 239 (93.75% from 255) = 42.3%

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 42.3%
G = 17.17%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF61E5 (or 0xEF61E5) is known color: Free Speech Magenta. HEX triplet: EF, 61 and E5. RGB value is (239,97,229). Sum of RGB (Red+Green+Blue) = 239+97+229=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61E5 is #109E1A. Grayscale: #9A9A9A. Windows color (decimal): -1089051 or 15032815. OLE color: 15032815.

HSL color Cylindrical-coordinate representation of color #EF61E5: hue angle of 304.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF61E5 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 229 -
CMYK 0 0.59 0.04 0.06
HSL 304.23º 0.82% 0.66% -
HSV(B) 304.23º 0.59% 0.94% -
XYZ 54.01 32.56 77.57 -
YUV 154.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 239 97 229 0 0.59 0.04 0.06 304.23 0.82 0.66
Hex EF 61 E5 0 3B 4 6 130 52 42
Octal 357 141 345 0 73 4 6 460 122 102
Binary 11101111 1100001 11100101 0 111011 100 110 100110000 1010010 1000010

Color Harmonies of #EF61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF61E5

Black with #EF61E5

Text Example


Text Example

White with #EF61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF61E5; }

 p { color: rgb(239,97,229); }

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

background-color css

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

 a { background-color: rgb(239,97,229); }

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

border-color css

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

 span { border-color: rgb(239,97,229); }

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