Html Css Color HEX #EF5FE7 Free Speech Magenta

📋 copy color: '#EF5FE7'

red 239 ◦ green 95 ◦ blue 231

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

Shades of Free Speech Magenta #EF5FE7

Tints of Free Speech Magenta #EF5FE7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.81%

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 42.3%
G = 16.81%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF5FE7 (or 0xEF5FE7) is known color: Free Speech Magenta. HEX triplet: EF, 5F and E7. RGB value is (239,95,231). Sum of RGB (Red+Green+Blue) = 239+95+231=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FE7 is #10A018. Grayscale: #999999. Windows color (decimal): -1089561 or 15163375. OLE color: 15163375.

HSL color Cylindrical-coordinate representation of color #EF5FE7: hue angle of 303.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FE7 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 231 -
CMYK 0 0.60 0.03 0.06
HSL 303.33º 0.82% 0.65% -
HSV(B) 303.33º 0.6% 0.94% -
XYZ 54.11 32.3 78.98 -
YUV 153.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 239 95 231 0 0.60 0.03 0.06 303.33 0.82 0.65
Hex EF 5F E7 0 3C 3 6 12F 52 41
Octal 357 137 347 0 74 3 6 457 122 101
Binary 11101111 1011111 11100111 0 111100 11 110 100101111 1010010 1000001

Color Harmonies of #EF5FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FE7

Black with #EF5FE7

Text Example


Text Example

White with #EF5FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FE7; }

 p { color: rgb(239,95,231); }

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

background-color css

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

 a { background-color: rgb(239,95,231); }

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

border-color css

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

 span { border-color: rgb(239,95,231); }

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