Html Css Color HEX #EE48CF Free Speech Magenta

📋 copy color: '#EE48CF'

red 238 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Magenta #EE48CF

Tints of Free Speech Magenta #EE48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.93%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 46.03%
G = 13.93%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE48CF (or 0xEE48CF) is known color: Free Speech Magenta. HEX triplet: EE, 48 and CF. RGB value is (238,72,207). Sum of RGB (Red+Green+Blue) = 238+72+207=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE48CF is #11B730. Grayscale: #888888. Windows color (decimal): -1161009 or 13584622. OLE color: 13584622.

HSL color Cylindrical-coordinate representation of color #EE48CF: hue angle of 311.2º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE48CF is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 207 -
CMYK 0 0.70 0.13 0.07
HSL 311.2º 0.83% 0.61% -
HSV(B) 311.2º 0.7% 0.93% -
XYZ 48.84 27.32 61.73 -
YUV 137.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 238 72 207 0 0.70 0.13 0.07 311.2 0.83 0.61
Hex EE 48 CF 0 46 D 7 137 53 3D
Octal 356 110 317 0 106 15 7 467 123 75
Binary 11101110 1001000 11001111 0 1000110 1101 111 100110111 1010011 111101

Color Harmonies of #EE48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE48CF

Black with #EE48CF

Text Example


Text Example

White with #EE48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE48CF; }

 p { color: rgb(238,72,207); }

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

background-color css

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

 a { background-color: rgb(238,72,207); }

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

border-color css

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

 span { border-color: rgb(238,72,207); }

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