Html Css Color HEX #EE41EA Free Speech Magenta

📋 copy color: '#EE41EA'

red 238 ◦ green 65 ◦ blue 234

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

Shades of Free Speech Magenta #EE41EA

Tints of Free Speech Magenta #EE41EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.1%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 44.32%
G = 12.1%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE41EA (or 0xEE41EA) is known color: Free Speech Magenta. HEX triplet: EE, 41 and EA. RGB value is (238,65,234). Sum of RGB (Red+Green+Blue) = 238+65+234=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41EA is #11BE15. Grayscale: #878787. Windows color (decimal): -1162774 or 15352302. OLE color: 15352302.

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

Color convert

RGB 238 65 234 -
CMYK 0 0.73 0.02 0.07
HSL 301.39º 0.84% 0.59% -
HSV(B) 301.39º 0.73% 0.93% -
XYZ 52 27.9 80.49 -
YUV 135.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 238 65 234 0 0.73 0.02 0.07 301.39 0.84 0.59
Hex EE 41 EA 0 49 2 7 12D 54 3B
Octal 356 101 352 0 111 2 7 455 124 73
Binary 11101110 1000001 11101010 0 1001001 10 111 100101101 1010100 111011

Color Harmonies of #EE41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41EA

Black with #EE41EA

Text Example


Text Example

White with #EE41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41EA; }

 p { color: rgb(238,65,234); }

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

background-color css

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

 a { background-color: rgb(238,65,234); }

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

border-color css

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

 span { border-color: rgb(238,65,234); }

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