Html Css Color HEX #EF62E7 Free Speech Magenta

📋 copy color: '#EF62E7'

red 239 ◦ green 98 ◦ blue 231

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

Shades of Free Speech Magenta #EF62E7

Tints of Free Speech Magenta #EF62E7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.25%

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

R = 42.08%
G = 17.25%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF62E7 (or 0xEF62E7) is known color: Free Speech Magenta. HEX triplet: EF, 62 and E7. RGB value is (239,98,231). Sum of RGB (Red+Green+Blue) = 239+98+231=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 98 (38.67% from 255 or 17.25% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF62E7 is #109D18. Grayscale: #9A9A9A. Windows color (decimal): -1088793 or 15164143. OLE color: 15164143.

HSL color Cylindrical-coordinate representation of color #EF62E7: hue angle of 303.4º 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 #EF62E7 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 98 231 -
CMYK 0 0.59 0.03 0.06
HSL 303.4º 0.82% 0.66% -
HSV(B) 303.4º 0.59% 0.94% -
XYZ 54.39 32.86 79.08 -
YUV 155.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 239 98 231 0 0.59 0.03 0.06 303.4 0.82 0.66
Hex EF 62 E7 0 3B 3 6 12F 52 42
Octal 357 142 347 0 73 3 6 457 122 102
Binary 11101111 1100010 11100111 0 111011 11 110 100101111 1010010 1000010

Color Harmonies of #EF62E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF62E7

Black with #EF62E7

Text Example


Text Example

White with #EF62E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF62E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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