Html Css Color HEX #EE40F3 Free Speech Magenta

📋 copy color: '#EE40F3'

red 238 ◦ green 64 ◦ blue 243

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

Shades of Free Speech Magenta #EE40F3

Tints of Free Speech Magenta #EE40F3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.74%

 BLUE value IS 243 (95.31% from 255) = 44.59%

R = 43.67%
G = 11.74%
B = 44.59%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE40F3 (or 0xEE40F3) is known color: Free Speech Magenta. HEX triplet: EE, 40 and F3. RGB value is (238,64,243). Sum of RGB (Red+Green+Blue) = 238+64+243=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE40F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40F3 is #11BF0C. Grayscale: #878787. Windows color (decimal): -1163021 or 15941870. OLE color: 15941870.

HSL color Cylindrical-coordinate representation of color #EE40F3: hue angle of 298.32º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE40F3 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 64 243 -
CMYK 0.02 0.74 0 0.05
HSL 298.32º 0.88% 0.6% -
HSV(B) 298.32º 0.74% 0.95% -
XYZ 53.27 28.32 87.45 -
YUV 136.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 238 64 243 0.02 0.74 0 0.05 298.32 0.88 0.6
Hex EE 40 F3 2 4A 0 5 12A 58 3C
Octal 356 100 363 2 112 0 5 452 130 74
Binary 11101110 1000000 11110011 10 1001010 0 101 100101010 1011000 111100

Color Harmonies of #EE40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40F3

Black with #EE40F3

Text Example


Text Example

White with #EE40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40F3; }

 p { color: rgb(238,64,243); }

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

background-color css

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

 a { background-color: rgb(238,64,243); }

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

border-color css

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

 span { border-color: rgb(238,64,243); }

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